(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
This commit is contained in:
Oleg.Korshul
2014-06-20 10:23:25 +00:00
committed by Alexander Trofimov
parent b5688c8a42
commit 491ff20115
2 changed files with 8 additions and 3 deletions

View File

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

View File

@ -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"