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