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
29a3d800
Commit
29a3d800
authored
Apr 23, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
598bb419
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
ASCOfficePPTXFile/PPTXFormat/Logic/Ph.h
ASCOfficePPTXFile/PPTXFormat/Logic/Ph.h
+0
-4
No files found.
ASCOfficePPTXFile/PPTXFormat/Logic/Ph.h
View file @
29a3d800
...
...
@@ -63,8 +63,6 @@ namespace PPTX
WritingElement_ReadAttributes_Read_else_if
(
oReader
,
_T
(
"sz"
),
sz
)
WritingElement_ReadAttributes_Read_else_if
(
oReader
,
_T
(
"type"
),
type
)
WritingElement_ReadAttributes_End
(
oReader
)
if
(
idx
.
IsInit
()
&&
*
idx
==
L"4294967295"
)
idx
=
L"0"
;
//100818_건강보험과_보건의료_김용익_최종.pptx
}
virtual
void
fromXML
(
XmlUtils
::
CXmlNode
&
node
)
{
...
...
@@ -73,8 +71,6 @@ namespace PPTX
node
.
ReadAttributeBase
(
L"orient"
,
orient
);
node
.
ReadAttributeBase
(
L"sz"
,
sz
);
node
.
ReadAttributeBase
(
L"type"
,
type
);
if
(
idx
.
IsInit
()
&&
*
idx
==
L"4294967295"
)
idx
=
L"0"
;
}
virtual
std
::
wstring
toXML
()
const
{
...
...
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