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
23fa6786
Commit
23fa6786
authored
Nov 10, 2016
by
konovalovsergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
error with read xml
parent
5d221b22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Common/DocxFormat/Source/DocxFormat/Logic/ParagraphProperty.h
...on/DocxFormat/Source/DocxFormat/Logic/ParagraphProperty.h
+3
-3
No files found.
Common/DocxFormat/Source/DocxFormat/Logic/ParagraphProperty.h
View file @
23fa6786
...
...
@@ -1300,13 +1300,13 @@ namespace OOX
m_oPageBreakBefore
=
oReader
;
else
if
(
_T
(
"w:pBdr"
)
==
sName
)
m_oPBdr
=
oReader
;
if
(
!
m_bPPrChange
&&
_T
(
"w:pPrChange"
)
==
sName
)
else
if
(
!
m_bPPrChange
&&
_T
(
"w:pPrChange"
)
==
sName
)
m_oPPrChange
=
oReader
;
else
if
(
_T
(
"w:pStyle"
)
==
sName
)
m_oPStyle
=
oReader
;
if
(
!
m_bPPrChange
&&
_T
(
"w:rPr"
)
==
sName
)
else
if
(
!
m_bPPrChange
&&
_T
(
"w:rPr"
)
==
sName
)
m_oRPr
=
oReader
;
if
(
!
m_bPPrChange
&&
_T
(
"w:sectPr"
)
==
sName
)
else
if
(
!
m_bPPrChange
&&
_T
(
"w:sectPr"
)
==
sName
)
m_oSectPr
=
oReader
;
else
if
(
_T
(
"w:shd"
)
==
sName
)
m_oShd
=
oReader
;
...
...
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