Commit 491ff201 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

(1.0.0.236) rels bug (after theme)

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@56822 954022d7-b5bf-4e40-9824-e11837661b57
parent b5688c8a
......@@ -2505,6 +2505,8 @@ HRESULT CAVSOfficeDrawingConverter::GetThemeBinary(BSTR bsThemeFilePath, SAFEARR
if (ppBinary == NULL)
return S_FALSE;
CString strOldRels = m_strCurrentRelsPath;
m_strCurrentRelsPath = bsThemeFilePath;
SetCurrentRelsPath();
......@@ -2528,6 +2530,9 @@ HRESULT CAVSOfficeDrawingConverter::GetThemeBinary(BSTR bsThemeFilePath, SAFEARR
m_oBinaryWriter.ThemeDoc = pTheme.smart_dynamic_cast<PPTX::FileContainer>();
//m_oBinaryWriter.ThemeDoc.reset();
m_strCurrentRelsPath = strOldRels;
SetCurrentRelsPath();
return S_OK;
}
......
......@@ -2,6 +2,6 @@
//1
//0
//0
//235
#define INTVER 1,0,0,235
#define STRVER "1,0,0,235\0"
//236
#define INTVER 1,0,0,236
#define STRVER "1,0,0,236\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