Fix build

This commit is contained in:
Svetlana Kulikova
2024-05-20 12:29:00 +03:00
parent 97f742f816
commit d0a82d71ee
3 changed files with 17 additions and 15 deletions

View File

@ -59,7 +59,6 @@ public:
void GetPageInfo(int nPageIndex, double* pdWidth, double* pdHeight, double* pdDpiX, double* pdDpiY) {}
int GetRotate(int nPageIndex) { return 0; }
bool IsEditPage() { return false; }
bool EditPage(int nPageIndex) { return false; }
void AddShapeXML(const std::string& sXML) {}
void EndMarkedContent() {}
bool IsBase14(const std::wstring& wsFontName, bool& bBold, bool& bItalic, std::wstring& wsFontPath) { return false; }