Commit ab360be6 authored by ElenaSubbotina's avatar ElenaSubbotina

Merge commit 'bab6e40c' into develop

parents 539cb2f3 bab6e40c
...@@ -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)
{ {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
QT -= core QT -= core
QT -= gui QT -= gui
VERSION = 2.4.466.0 VERSION = 2.4.467.0
DEFINES += INTVER=$$VERSION DEFINES += INTVER=$$VERSION
TARGET = x2t TARGET = x2t
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment