mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
x2t version up
This commit is contained in:
@ -352,7 +352,9 @@ SOURCES += \
|
||||
../src/odf/datatypes/mathvariant.cpp \
|
||||
../formulasconvert/formulasconvert_odf.cpp \
|
||||
../src/odf/calcext_elements.cpp \
|
||||
../src/odf/table_database_ranges.cpp
|
||||
../src/odf/table_database_ranges.cpp \
|
||||
../src/docx/xlsx_conditionalFormatting.cpp \
|
||||
../src/docx/xlsx_dxfs.cpp
|
||||
|
||||
HEADERS += \
|
||||
../formulasconvert/formulasconvert.h \
|
||||
@ -622,7 +624,9 @@ HEADERS += \
|
||||
../src/odf/math_token_elements.h \
|
||||
../src/odf/datatypes/mathvariant.h \
|
||||
../src/odf/calcext_elements.h \
|
||||
../src/odf/table_database_ranges.h
|
||||
../src/odf/table_database_ranges.h \
|
||||
../src/docx/xlsx_conditionalFormatting.h \
|
||||
../src/docx/xlsx_dxfs.h
|
||||
unix {
|
||||
target.path = /usr/lib
|
||||
INSTALLS += target
|
||||
|
||||
@ -503,7 +503,7 @@ bool OOXRunReader::Parse( ReaderParameter oParam , RtfParagraph& oOutputParagrap
|
||||
if ((oFile.IsInit() && (OOX::FileTypes::OleObject == oFile->type())))
|
||||
{
|
||||
OOX::OleObject* pO = (OOX::OleObject*)oFile.operator->();
|
||||
sRelativePath = pO->m_sFilename;
|
||||
sRelativePath = pO->filename().m_strFilename;
|
||||
}
|
||||
}
|
||||
//todooo проверить что тут за путь ..
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
QT -= core
|
||||
QT -= gui
|
||||
|
||||
VERSION = 2.0.2.369
|
||||
VERSION = 2.0.2.370
|
||||
DEFINES += INTVER=$$VERSION
|
||||
|
||||
mac {
|
||||
|
||||
Reference in New Issue
Block a user