mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
xps fix GetGlyphs
This commit is contained in:
@ -384,6 +384,7 @@ BYTE* CDjVuFileImplementation::GetStructure()
|
||||
}
|
||||
BYTE* CDjVuFileImplementation::GetPageGlyphs(int nPageIndex)
|
||||
{
|
||||
return NULL;
|
||||
try
|
||||
{
|
||||
GP<DjVuImage> pPage = m_pDoc->get_page(nPageIndex);
|
||||
|
||||
Reference in New Issue
Block a user