mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix typo
This commit is contained in:
@ -148,6 +148,10 @@ namespace NSOnlineOfficeBinToPdf
|
||||
int nTmp = nResultW;
|
||||
nResultW = nResultH;
|
||||
nResultH = nTmp;
|
||||
|
||||
nTmp = nRasterW;
|
||||
nRasterW = nRasterH;
|
||||
nRasterH = nTmp;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user