mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Errors fixing
Trying not to use CGenericList
This commit is contained in:
@ -66,10 +66,10 @@ public:
|
||||
CDocxRenderer(CApplicationFonts* pAppFonts);
|
||||
~CDocxRenderer();
|
||||
|
||||
void CreateFile(const std::wstring& wsPath);
|
||||
void Close();
|
||||
HRESULT CreateNewFile(const std::wstring& wsPath);
|
||||
HRESULT Close();
|
||||
|
||||
void SetTempFolder(const std::wstring& wsPath);
|
||||
HRESULT SetTempFolder(const std::wstring& wsPath);
|
||||
//----------------------------------------------------------------------------------------
|
||||
// Тип рендерера
|
||||
//----------------------------------------------------------------------------------------
|
||||
@ -203,7 +203,7 @@ public:
|
||||
virtual HRESULT CommandString(const LONG& lType, const std::wstring& sCommand);
|
||||
|
||||
// методы, которыми будет пользоваться конвертер
|
||||
void SetTextAssociationType(const NSDocxRenderer::TextAssociationType& eType);
|
||||
HRESULT SetTextAssociationType(const NSDocxRenderer::TextAssociationType& eType);
|
||||
int Convert(IOfficeDrawingFile* pFile, const std::wstring& sDstFile);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user