mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix build
This commit is contained in:
@ -54,7 +54,7 @@ public:
|
||||
int GetPagesCount() { return 0; }
|
||||
int GetRotate(int nPageIndex) { return 0; }
|
||||
void GetPageInfo(int nPageIndex, double* pdWidth, double* pdHeight, double* pdDpiX, double* pdDpiY) {}
|
||||
bool EditPage() { return false; }
|
||||
bool IsEditPage() { return false; }
|
||||
void AddShapeXML(const std::string& sXML) {}
|
||||
void EndMarkedContent() {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user