mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 00:03:33 +08:00
полностью реализован механизм билда статической и динамической библиотеки
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63675 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
f1fe79b8d5
commit
b8f1d41eef
@ -14,6 +14,8 @@ using namespace XPS;
|
||||
|
||||
CXpsFile::CXpsFile(CApplicationFonts* pAppFonts)
|
||||
{
|
||||
m_pDocument = NULL;
|
||||
|
||||
m_pAppFonts = pAppFonts;
|
||||
|
||||
// Создаем менеджер шрифтов с собственным кэшем
|
||||
@ -174,4 +176,4 @@ void CXpsFile::ConvertToPdf(const std::wstring& wsPath)
|
||||
}
|
||||
|
||||
oPdf.SaveToFile(wsPath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user