mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix bug #76021
This commit is contained in:
@ -4866,7 +4866,7 @@ void CDrawingConverter::CheckEffectShape(PPTX::Logic::SpTreeElem* oElem, XmlUtil
|
||||
if (!pSpPr) return;
|
||||
|
||||
XmlUtils::CXmlNode oNodeShadow = oNode.ReadNode(L"v:shadow");
|
||||
SimpleTypes::CTrueFalse bShadowEnabled = SimpleTypes::booleanTrue;
|
||||
SimpleTypes::CTrueFalse bShadowEnabled = SimpleTypes::booleanFalse;
|
||||
|
||||
if (oNodeShadow.IsValid())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user