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

при чтении 2 раза пропускалась длина ThemeOverride

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59580 954022d7-b5bf-4e40-9824-e11837661b57
parent b76d4486
......@@ -969,8 +969,6 @@ namespace BinXlsxRW{
sContentTypesPath.Replace('\\', '/');
m_oSaveParams.sAdditionalContentTypes.AppendFormat(_T("<Override PartName=\"/%ls/%ls\" ContentType=\"application/vnd.openxmlformats-officedocument.themeOverride+xml\"/>"), (const TCHAR *) sContentTypesPath, (const TCHAR *) sThemeOverrideName);
}
res = c_oSerConstants::ReadUnknown;
}
else
res = c_oSerConstants::ReadUnknown;
......
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