сделана конвертация 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:
Elen.Subbotina
2015-06-23 11:45:43 +00:00
committed by Alexander Trofimov
parent b4ca8fe3af
commit 206809549a
16 changed files with 481 additions and 312 deletions

View File

@ -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);
}