Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
805c24ff
Commit
805c24ff
authored
Mar 24, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug 27498
parent
2c4bb7c8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
ASCOfficeDocxFile2/BinReader/Readers.h
ASCOfficeDocxFile2/BinReader/Readers.h
+5
-0
No files found.
ASCOfficeDocxFile2/BinReader/Readers.h
View file @
805c24ff
...
...
@@ -6589,6 +6589,9 @@ public:
OOX
::
CPath
pathChartsWorksheetDir
=
m_oFileWriter
.
m_oChartWriter
.
m_sDir
+
FILE_SEPARATOR_STR
+
_T
(
"word"
)
+
FILE_SEPARATOR_STR
+
_T
(
"embeddings"
);
OOX
::
CSystemUtility
::
CreateDirectories
(
pathChartsWorksheetDir
.
GetPath
());
bool
oldValueType
=
m_oFileWriter
.
m_pDrawingConverter
->
m_pImageManager
->
m_bIsWord
;
m_oFileWriter
.
m_pDrawingConverter
->
m_pImageManager
->
m_bIsWord
=
false
;
m_oFileWriter
.
m_pDrawingConverter
->
SetDstContentRels
();
std
::
wstring
sThemeDir
;
...
...
@@ -6640,6 +6643,8 @@ public:
m_oFileWriter
.
m_pDrawingConverter
->
WriteRels
(
bstrChartRelType
,
sRelsName
,
std
::
wstring
(),
&
rIdChart
);
pDrawingProperty
->
sChartRels
=
L"rId"
+
std
::
to_wstring
(
rIdChart
);
m_oFileWriter
.
m_pDrawingConverter
->
m_pImageManager
->
m_bIsWord
=
oldValueType
;
}
else
res
=
c_oSerConstants
::
ReadUnknown
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment