DocFormat - fix after testing

This commit is contained in:
ElenaSubbotina
2020-11-06 00:42:21 +03:00
parent 8b58f36d8d
commit a749369c68
10 changed files with 392 additions and 398 deletions

View File

@ -84,7 +84,6 @@ namespace DocFileFormat
if ((m_document->GetOfficeArt()) && (m_document->GetOfficeArt()->GetShapeBackgound()))
{
bool bFilled = true;
m_document->DocProperties->bDisplayBackgroundShape = true;
ShapeContainer* pShape = m_document->GetOfficeArt()->GetShapeBackgound();
ODRAW::OfficeArtFOPTEPtr boolFill = pShape->ExtractOption(ODRAW::fillStyleBooleanProperties);