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
ab360be6
Commit
ab360be6
authored
Jun 28, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
bab6e40c
' into develop
parents
539cb2f3
bab6e40c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ASCOfficePPTXFile/PPTXFormat/Logic/GraphicFrame.cpp
ASCOfficePPTXFile/PPTXFormat/Logic/GraphicFrame.cpp
+2
-0
X2tConverter/build/Qt/X2tConverter.pri
X2tConverter/build/Qt/X2tConverter.pri
+1
-1
No files found.
ASCOfficePPTXFile/PPTXFormat/Logic/GraphicFrame.cpp
100644 → 100755
View file @
ab360be6
...
@@ -124,6 +124,8 @@ namespace PPTX
...
@@ -124,6 +124,8 @@ namespace PPTX
xfrm
=
oReader
;
xfrm
=
oReader
;
else
if
(
L"cNvGraphicFramePr"
==
strName
)
else
if
(
L"cNvGraphicFramePr"
==
strName
)
nvGraphicFramePr
.
cNvGraphicFramePr
.
fromXML
(
oReader
);
nvGraphicFramePr
.
cNvGraphicFramePr
.
fromXML
(
oReader
);
else
if
(
L"nvGraphicFramePr"
==
strName
)
nvGraphicFramePr
.
fromXML
(
oReader
);
else
if
(
L"graphic"
==
strName
)
else
if
(
L"graphic"
==
strName
)
{
{
...
...
X2tConverter/build/Qt/X2tConverter.pri
View file @
ab360be6
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
QT -= core
QT -= core
QT -= gui
QT -= gui
VERSION = 2.4.46
6
.0
VERSION = 2.4.46
7
.0
DEFINES += INTVER=$$VERSION
DEFINES += INTVER=$$VERSION
TARGET = x2t
TARGET = x2t
...
...
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