mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
16 lines
217 B
C++
16 lines
217 B
C++
#pragma once
|
|
#include "Writer.h"
|
|
|
|
namespace NSEBook
|
|
{
|
|
class CWriter_Docx
|
|
{
|
|
public:
|
|
void CreateDocument(CWriter* pWriter)
|
|
{
|
|
}
|
|
void CloseFile(CString strDstFile, CWriter* pWriter)
|
|
{
|
|
}
|
|
};
|
|
} |