mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix bug #64089
This commit is contained in:
@ -173,9 +173,6 @@ private:
|
||||
int m_lIndexSrc;
|
||||
int m_lIndexDst;
|
||||
|
||||
LONG m_lWidth;
|
||||
LONG m_lHeight;
|
||||
|
||||
LONG m_lX;
|
||||
LONG m_lY;
|
||||
|
||||
@ -197,6 +194,9 @@ private:
|
||||
int m_lMaxAdjUse;
|
||||
|
||||
public:
|
||||
LONG m_lWidth;
|
||||
LONG m_lHeight;
|
||||
|
||||
// все в одно не получится, формулы появляются и при конвертации path/adj и т.д.
|
||||
NSBinPptxRW::CXmlWriter m_oGuidsRes;
|
||||
NSBinPptxRW::CXmlWriter m_oPathRes;
|
||||
|
||||
Reference in New Issue
Block a user