mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix bug #61814
This commit is contained in:
@ -305,7 +305,11 @@ namespace Oox2Odf
|
||||
returnValues OoxConverter::convert(OOX::Logic::CCtrlPr *oox_ctrl_pr)
|
||||
{
|
||||
returnValues result;
|
||||
if (!oox_ctrl_pr) result.auxFlag = false;
|
||||
if (!oox_ctrl_pr)
|
||||
{
|
||||
result.auxFlag = false;
|
||||
return result;
|
||||
}
|
||||
|
||||
convert(oox_ctrl_pr->m_oARPr.GetPointer());
|
||||
convert(oox_ctrl_pr->m_oDel.GetPointer());
|
||||
|
||||
Reference in New Issue
Block a user