mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
для update c brunch/Docx2DoctConverter
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@61913 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
b94effbd4f
commit
90cf06377c
@ -1,31 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include <atlstr.h>
|
||||
|
||||
#include "..\..\Common\DocxFormat\Source\XML\XmlUtils.h"
|
||||
|
||||
namespace DocFileFormat
|
||||
{
|
||||
class AbstractOpenXmlMapping
|
||||
{
|
||||
public:
|
||||
AbstractOpenXmlMapping (XmlUtils::CXmlWriter* pWriter) : m_pXmlWriter(pWriter)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
inline XmlUtils::CXmlWriter* GetXMLWriter()
|
||||
{
|
||||
return m_pXmlWriter;
|
||||
}
|
||||
|
||||
virtual ~AbstractOpenXmlMapping()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
XmlUtils::CXmlWriter* m_pXmlWriter;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user