mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
DocFormatReader - same bugs fix
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user