mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
.
This commit is contained in:
@ -162,8 +162,9 @@ SOURCES += \
|
||||
../../../XlsxFormat/SharedStrings/XlsxRun.cpp \
|
||||
../../../XlsxFormat/SharedStrings/SharedStrings.cpp \
|
||||
../../../XlsxFormat/Pivot/Pivots.cpp \
|
||||
../../../XlsxFormat/Pivot/PivotHierarchies.cpp \
|
||||
../../../XlsxFormat/Slicer/SlicerCache.cpp \
|
||||
../../../XlsxFormat/Pivot/PivotCacheChildOther.cpp \
|
||||
../../../XlsxFormat/Pivot/PivotHierarchies.cpp \
|
||||
../../../XlsxFormat/Slicer/SlicerCache.cpp \
|
||||
../../../XlsxFormat/Slicer/SlicerCacheExt.cpp \
|
||||
../../../XlsxFormat/Slicer/Slicer.cpp \
|
||||
../../../XlsxFormat/Timelines/Timeline.cpp \
|
||||
@ -197,7 +198,6 @@ SOURCES += \
|
||||
../../../Base/Unit.cpp \
|
||||
../../../Base/WinColor.cpp \
|
||||
../../../../Common/3dParty/pole/pole.cpp \
|
||||
../../../XlsxFormat/Pivot/PivotCacheChildOther.cpp \
|
||||
docx_format.cpp
|
||||
|
||||
|
||||
@ -305,7 +305,7 @@ HEADERS += \
|
||||
../../../XlsxFormat/Drawing/Drawing.h \
|
||||
../../../XlsxFormat/Drawing/FromTo.h \
|
||||
../../../XlsxFormat/Drawing/Pos.h \
|
||||
../../../XlsxFormat/Pivot/PivotCacheChildOther.h \
|
||||
../../../XlsxFormat/Pivot/PivotCacheChildOther.h \
|
||||
../../../XlsxFormat/SharedStrings/PhoneticPr.h \
|
||||
../../../XlsxFormat/SharedStrings/Run.h \
|
||||
../../../XlsxFormat/SharedStrings/SharedStrings.h \
|
||||
|
||||
@ -97,3 +97,5 @@
|
||||
#include "../../../XlsxFormat/Timelines/Timeline.cpp"
|
||||
#include "../../../XlsxFormat/Workbook/Metadata.cpp"
|
||||
#include "../../../XlsxFormat/RichData/RdRichValue.cpp"
|
||||
#include "../../../XlsxFormat/Pivot/PivotCacheChildOther.cpp"
|
||||
#include "../../../XlsxFormat/Pivot/PivotHierarchies.cpp"
|
||||
|
||||
Reference in New Issue
Block a user