mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 03:55:47 +08:00
Merge branch 'develop' into fix/drawing_file_client
# Conflicts: # PdfReader/PdfReader.h # PdfReader/Src/RendererOutputDev.cpp # PdfReader/old/Graphics.cpp
This commit is contained in:
@ -143,6 +143,10 @@ void CXpsFile::Close()
|
||||
m_pInternal->m_wsTempFolder = NULL;
|
||||
}
|
||||
}
|
||||
OfficeDrawingFileType CXpsFile::GetType()
|
||||
{
|
||||
return odftXPS;
|
||||
}
|
||||
int CXpsFile::GetPagesCount()
|
||||
{
|
||||
if (!m_pInternal->m_pDocument)
|
||||
|
||||
Reference in New Issue
Block a user