mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
(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:
committed by
Alexander Trofimov
parent
b5688c8a42
commit
491ff20115
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user