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
756613e8
Commit
756613e8
authored
Dec 11, 2017
by
Sergey Konovalov
Committed by
GitHub
Dec 11, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #56 from ONLYOFFICE/hotfix/v5.0.7
for
b599a6bc
to fix build error
parents
bdec91bf
ede03faf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
XlsxSerializerCom/Writer/BinaryReader.h
XlsxSerializerCom/Writer/BinaryReader.h
+2
-1
No files found.
XlsxSerializerCom/Writer/BinaryReader.h
View file @
756613e8
...
...
@@ -1571,7 +1571,8 @@ namespace BinXlsxRW {
oFile
.
CloseFile
();
smart_ptr
<
OOX
::
JsaProject
>
oFileJsaProject
(
new
OOX
::
JsaProject
());
m_oWorkbook
.
Add
(
oFileJsaProject
.
smart_dynamic_cast
<
OOX
::
File
>
());
smart_ptr
<
OOX
::
File
>
oFileJsaProjectFile
=
oFileJsaProject
.
smart_dynamic_cast
<
OOX
::
File
>
();
m_oWorkbook
.
Add
(
oFileJsaProjectFile
);
m_pOfficeDrawingConverter
->
m_pImageManager
->
m_pContentTypes
->
AddDefault
(
oJsaProject
.
GetExtention
(
false
));
}
else
...
...
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