DocFormatReader - same bugs fix

This commit is contained in:
ElenaSubbotina
2016-12-16 12:28:17 +03:00
parent 2ff5bd5910
commit 652fc292af
5 changed files with 134 additions and 170 deletions

View File

@ -1047,7 +1047,7 @@ namespace DocFileFormat
//ShapeType
if (NULL != pShape->GetShapeType() /* && !m_isInlineShape*/) //bullete only???
{
VMLShapeTypeMapping oXmlMapper(m_pXmlWriter);
VMLShapeTypeMapping oXmlMapper(m_pXmlWriter, m_isInlineShape);
pShape->GetShapeType()->Convert(&oXmlMapper);
}
}