Commit cf3fdd19 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander Trofimov

(1.0.0.116): XlsxSerializerCom

SaveChart, сохранение ContentTypes для themeOverride

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@55920 954022d7-b5bf-4e40-9824-e11837661b57
parent 2aeb5a5a
...@@ -247,6 +247,7 @@ public: ...@@ -247,6 +247,7 @@ public:
CString sContentTypeXml; CString sContentTypeXml;
sContentTypeXml.Format(_T("<Override PartName=\"%s\" ContentType=\"application/vnd.openxmlformats-officedocument.drawingml.chart+xml\"/>"), sContentTypePath); sContentTypeXml.Format(_T("<Override PartName=\"%s\" ContentType=\"application/vnd.openxmlformats-officedocument.drawingml.chart+xml\"/>"), sContentTypePath);
sContentTypeXml.Append(oSaveParams.sAdditionalContentTypes);
*bsContentTypeElement = sContentTypeXml.AllocSysString(); *bsContentTypeElement = sContentTypeXml.AllocSysString();
hRes = S_OK; hRes = S_OK;
} }
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
//1 //1
//0 //0
//0 //0
//115 //116
#define INTVER 1,0,0,115 #define INTVER 1,0,0,116
#define STRVER "1,0,0,115\0" #define STRVER "1,0,0,116\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