mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 21:00:55 +08:00
Fix bugs
This commit is contained in:
@ -102,7 +102,6 @@ void CPdfFile::RotatePage(int nRotate)
|
||||
{
|
||||
if (!m_pInternal->pWriter)
|
||||
return;
|
||||
// Применение поворота страницы для writer
|
||||
m_pInternal->pWriter->PageRotate(nRotate);
|
||||
}
|
||||
bool CPdfFile::EditPdf(const std::wstring& wsDstFile)
|
||||
|
||||
Reference in New Issue
Block a user