mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
x2t linux build
This commit is contained in:
committed by
Alexander Trofimov
parent
83b2566443
commit
9544f6ed9e
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user