mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
сделана конвертация WordArt из doc в docx
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63207 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
b4ca8fe3af
commit
206809549a
@ -462,7 +462,7 @@ namespace DocFileFormat
|
||||
}
|
||||
else
|
||||
{
|
||||
VMLShapeMapping oShape (m_pXmlWriter, NULL, &pict, m_context,this,true);
|
||||
VMLShapeMapping oShape (m_context, m_pXmlWriter, NULL, &pict, this,true);
|
||||
pict.shapeContainer->Convert(&oShape);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user