Commit 303a13a9 authored by Oleg Korshul's avatar Oleg Korshul Committed by Alexander Trofimov

перешел на новые интерфейсы

parent 3600991e
......@@ -14,12 +14,12 @@
namespace PdfReader
{
class CPdfReader_Private;
class PDFREADER_DECL_EXPORT CPdfReader
class PDFREADER_DECL_EXPORT CPdfReader : public IOfficeDrawingFile
{
public:
CPdfReader(CApplicationFonts* fonts);
~CPdfReader();
virtual ~CPdfReader();
virtual bool LoadFromFile(const std::wstring& file, const std::wstring& options = L"",
const std::wstring& owner_password = L"", const std::wstring& user_password = L"");
......
......@@ -11,7 +11,7 @@
#include "../DesktopEditor/common/officedrawingfile.h"
class CXpsFile_Private;
class XPS_DECL_EXPORT CXpsFile
class XPS_DECL_EXPORT CXpsFile : public IOfficeDrawingFile
{
public:
CXpsFile(CApplicationFonts* fonts);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment