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
d9986d09
Commit
d9986d09
authored
Dec 13, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x2t - fix users file
parent
bd67f4bf
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
344 additions
and
43 deletions
+344
-43
ASCOfficePPTXFile/PPTXFormat/Logic/GraphicFrame.cpp
ASCOfficePPTXFile/PPTXFormat/Logic/GraphicFrame.cpp
+6
-0
Common/DocxFormat/Source/DocxFormat/Drawing/Drawing.h
Common/DocxFormat/Source/DocxFormat/Drawing/Drawing.h
+338
-43
No files found.
ASCOfficePPTXFile/PPTXFormat/Logic/GraphicFrame.cpp
View file @
d9986d09
...
...
@@ -295,6 +295,12 @@ namespace PPTX
oNode
.
ReadAttributeBase
(
L"spid"
,
vmlSpid
);
result
=
true
;
}
else
{
element
.
fromXML
(
oNode
);
if
(
element
.
is_init
())
result
=
true
;
}
}
}
return
result
;
...
...
Common/DocxFormat/Source/DocxFormat/Drawing/Drawing.h
View file @
d9986d09
This diff is collapsed.
Click to expand it.
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