Commit b669aac8 authored by ElenaSubbotina's avatar ElenaSubbotina

x2t version up

parent 6fc4c6a2
...@@ -242,9 +242,15 @@ HEADERS += \ ...@@ -242,9 +242,15 @@ HEADERS += \
../source/OdfFormat/Shapes/oox_shapeRibbons.h \ ../source/OdfFormat/Shapes/oox_shapeRibbons.h \
../source/OdfFormat/Shapes/oox_shapeSnipRoundRects.h \ ../source/OdfFormat/Shapes/oox_shapeSnipRoundRects.h \
../source/OdfFormat/Shapes/oox_shapeStars.h \ ../source/OdfFormat/Shapes/oox_shapeStars.h \
../source/OdfFormat/Shapes/oox_shapeWordArt.h ../source/OdfFormat/Shapes/oox_shapeWordArt.h \
../source/OdfFormat/odf_settings_context.h \
../source/OdfFormat/office_settings.h
unix { unix {
target.path = /usr/lib target.path = /usr/lib
INSTALLS += target INSTALLS += target
} }
SOURCES += \
../source/OdfFormat/odf_settings_context.cpp \
../source/OdfFormat/office_settings.cpp
/* /*
* (c) Copyright Ascensio System SIA 2010-2016 * (c) Copyright Ascensio System SIA 2010-2016
* *
* This program is a free software product. You can redistribute it and/or * This program is a free software product. You can redistribute it and/or
...@@ -61,7 +61,7 @@ namespace PPTX ...@@ -61,7 +61,7 @@ namespace PPTX
public: public:
virtual void fromXML(XmlUtils::CXmlNode& node); virtual void fromXML(XmlUtils::CXmlNode& node);
virtual CString toXML() const; virtual CString toXML() const;
virtual bool is_init() const {return (m_elem.IsInit());}; virtual bool is_init() const {return (m_elem.IsInit());}
template<class T> AVSINLINE const bool is() const { return m_elem.is<T>(); } template<class T> AVSINLINE const bool is() const { return m_elem.is<T>(); }
template<class T> AVSINLINE T& as() { return m_elem.as<T>(); } template<class T> AVSINLINE T& as() { return m_elem.as<T>(); }
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
QT -= core QT -= core
QT -= gui QT -= gui
VERSION = 2.0.2.373 VERSION = 2.0.2.375
DEFINES += INTVER=$$VERSION DEFINES += INTVER=$$VERSION
mac { mac {
......
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