mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug 60511
This commit is contained in:
@ -1888,8 +1888,9 @@ DjVuDocument::writeDjVuXML(const GP<ByteStream> &gstr_out,int flags) const
|
||||
|
||||
void DjVuDocument::ReadPageInfo(int nPage, int& width, int& height, int& nDpi)
|
||||
{
|
||||
width = 1000;
|
||||
height = 1000;
|
||||
width = 1;
|
||||
height = 1;
|
||||
nDpi = 96;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user