This commit is contained in:
Oleg Korshul
2023-05-25 13:49:46 +03:00
parent b4d00a7a47
commit 4ec7942649

View File

@ -148,6 +148,10 @@ namespace NSOnlineOfficeBinToPdf
int nTmp = nResultW;
nResultW = nResultH;
nResultH = nTmp;
nTmp = nRasterW;
nRasterW = nRasterH;
nRasterH = nTmp;
}
}