Commit 0295d0bd authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

(1.0.0.233) SaveObjectEx -> SaveObject (+ word type to imagemanager)

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@55988 954022d7-b5bf-4e40-9824-e11837661b57
parent c1fb40be
......@@ -2735,6 +2735,7 @@ HRESULT CAVSOfficeDrawingConverter::SaveObjectEx(SAFEARRAY* pBinaryObj, LONG lSt
{
if (XMLWRITER_DOC_TYPE_DOCX == lDocType)
{
m_oImageManager.m_bIsWord = TRUE;
// inline/anchor + word2007 format
return SaveObject(pBinaryObj, lStart, lLength, bsMainProps, bsXml);
}
......
......@@ -2,6 +2,6 @@
//1
//0
//0
//232
#define INTVER 1,0,0,232
#define STRVER "1,0,0,232\0"
//233
#define INTVER 1,0,0,233
#define STRVER "1,0,0,233\0"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment