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
a48058c7
Commit
a48058c7
authored
Dec 15, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Plain Diff
merge from 5.0.7
parents
ab76aff3
b8b8a142
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
ASCOfficeDocxFile2/BinWriter/BinEquationWriter.h
ASCOfficeDocxFile2/BinWriter/BinEquationWriter.h
+1
-1
ASCOfficePPTXFile/ASCOfficeDrawingConverter.cpp
ASCOfficePPTXFile/ASCOfficeDrawingConverter.cpp
+0
-1
No files found.
ASCOfficeDocxFile2/BinWriter/BinEquationWriter.h
View file @
a48058c7
...
...
@@ -618,7 +618,7 @@ namespace MathEquation
nRows
=
m_aRowsCounter
.
top
();
m_aRowsCounter
.
pop
();
}
int
nPos
=
0
;
int
nPos
=
m_oStream
.
GetPosition
()
;
if
(
!
m_aRowsPosCounter
.
empty
())
{
nPos
=
m_aRowsPosCounter
.
top
();
...
...
ASCOfficePPTXFile/ASCOfficeDrawingConverter.cpp
View file @
a48058c7
...
...
@@ -3513,7 +3513,6 @@ std::wstring CDrawingConverter::GetDrawingMainProps(XmlUtils::CXmlNode& oNode, P
bHidden
=
true
;
}
std
::
wstring
strId
=
L"<wp:docPr id=
\"
"
+
std
::
to_wstring
(
m_lNextId
)
+
L"
\"
name=
\"\"
"
+
(
bHidden
?
L" hidden=
\"
true
\"
"
:
L""
)
+
L"/>"
;
m_lNextId
++
;
...
...
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