mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-14 17:26:41 +08:00
22 lines
242 B
C++
22 lines
242 B
C++
|
|
// auto inserted precompiled begin
|
|
#include "precompiled_odtformat.h"
|
|
// auto inserted precompiled end
|
|
|
|
#include "File.h"
|
|
#include "Log.h"
|
|
|
|
|
|
namespace Odt
|
|
{
|
|
|
|
File::File()
|
|
{
|
|
}
|
|
|
|
|
|
File::~File()
|
|
{
|
|
}
|
|
|
|
} // namespace Odt
|