x2t linux build

This commit is contained in:
ElenaSubbotina
2016-05-04 17:20:00 +03:00
committed by Alexander Trofimov
parent 83b2566443
commit 9544f6ed9e
3 changed files with 6 additions and 4 deletions

View File

@ -577,7 +577,7 @@ namespace BinDocxRW
}
}
//FontSize
if(false != rPr.m_oSz.IsInit())
if((false != rPr.m_oSz.IsInit()) && (false != rPr.m_oSz.get().m_oVal.IsInit()))
{
m_oBcw.m_oStream.WriteBYTE(c_oSerProp_rPrType::FontSize);
m_oBcw.m_oStream.WriteBYTE(c_oSerPropLenType::Long);

View File

@ -349,7 +349,8 @@ SOURCES += \
../src/odf/math_layout_elements.cpp \
../src/odf/math_limit_elements.cpp \
../src/odf/math_table_elements.cpp \
../src/odf/math_token_elements.cpp
../src/odf/math_token_elements.cpp \
../src/odf/datatypes/mathvariant.cpp
HEADERS += \
../formulasconvert/formulasconvert.h \
@ -616,7 +617,8 @@ HEADERS += \
../src/odf/math_layout_elements.h \
../src/odf/math_limit_elements.h \
../src/odf/math_table_elements.h \
../src/odf/math_token_elements.h
../src/odf/math_token_elements.h \
../src/odf/datatypes/mathvariant.h
unix {
target.path = /usr/lib
INSTALLS += target

View File

@ -7,7 +7,7 @@
QT -= core
QT -= gui
VERSION = 2.0.2.362
VERSION = 2.0.2.363
DEFINES += INTVER=$$VERSION
mac {