Commit 9544f6ed authored by ElenaSubbotina's avatar ElenaSubbotina Committed by Alexander Trofimov

x2t linux build

parent 83b25664
......@@ -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);
......
......@@ -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
......
......@@ -7,7 +7,7 @@
QT -= core
QT -= gui
VERSION = 2.0.2.362
VERSION = 2.0.2.363
DEFINES += INTVER=$$VERSION
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