This commit is contained in:
Vikulov Dmitry
2022-11-30 11:40:45 +03:00
parent a2ac053f85
commit 712014cfd8

View File

@ -52,9 +52,9 @@ SOURCES += \
../../../DocxFormat/Logic/VmlOfficeDrawing.cpp \
../../../DocxFormat/Logic/VmlWord.cpp \
../../../DocxFormat/Logic/Shape.cpp \
../../../DocxFormat/External/ExternalHyperLink.cpp \
../../../DocxFormat/External/External.cpp \
../../../DocxFormat/Media/Media.cpp \
../../../DocxFormat/External/ExternalHyperLink.cpp \
../../../DocxFormat/External/External.cpp \
../../../DocxFormat/Media/Media.cpp \
../../../DocxFormat/Media/VbaProject.cpp \
../../../DocxFormat/Media/JsaProject.cpp \
../../../DocxFormat/Media/ActiveX.cpp \
@ -88,7 +88,7 @@ SOURCES += \
../../../XlsxFormat/Worksheets/ConditionalFormatting.cpp \
../../../XlsxFormat/Worksheets/DataValidation.cpp \
../../../XlsxFormat/Worksheets/Cols.cpp \
../../../XlsxFormat/Worksheets/XlsxHyperlinks.cpp \
../../../XlsxFormat/Worksheets/XlsxHyperlinks.cpp \
../../../XlsxFormat/Worksheets/MergeCells.cpp \
../../../XlsxFormat/Worksheets/Sparkline.cpp \
../../../XlsxFormat/Worksheets/WorksheetChildOther.cpp \
@ -140,9 +140,9 @@ SOURCES += \
../../../Common/SimpleTypes_Vml.cpp \
../../../Common/ComplexTypes.cpp \
../../../SystemUtility/SystemUtility.cpp \
../../../SystemUtility/FileUtils.cpp \
../../../SystemUtility/FileUtils.cpp \
../../../XML/XmlSimple.cpp \
../../../XlsxFormat/Styles/XlsxStyles.cpp \
../../../XlsxFormat/Styles/XlsxStyles.cpp \
../../../XlsxFormat/Styles/rPr.cpp \
../../../XlsxFormat/Styles/Borders.cpp \
../../../XlsxFormat/Styles/CellStyles.cpp \
@ -156,7 +156,7 @@ SOURCES += \
../../../XlsxFormat/SharedStrings/Si.cpp \
../../../XlsxFormat/SharedStrings/Text.cpp \
../../../XlsxFormat/SharedStrings/PhoneticPr.cpp \
../../../XlsxFormat/SharedStrings/XlsxRun.cpp \
../../../XlsxFormat/SharedStrings/XlsxRun.cpp \
../../../XlsxFormat/SharedStrings/SharedStrings.cpp \
../../../XlsxFormat/Pivot/Pivots.cpp \
../../../XlsxFormat/Slicer/SlicerCache.cpp \
@ -172,10 +172,10 @@ SOURCES += \
../../../XlsxFormat/Workbook/ExternalReferences.cpp \
../../../XlsxFormat/Workbook/Sheets.cpp \
../../../XlsxFormat/Workbook/WorkbookPr.cpp \
../../../XlsxFormat/Comments/XlsxComments.cpp \
../../../XlsxFormat/Comments/XlsxComments.cpp \
../../../XlsxFormat/Comments/ThreadedComments.cpp \
../../../XlsxFormat/Drawing/CellAnchor.cpp \
../../../XlsxFormat/Drawing/XlsxDrawing.cpp \
../../../XlsxFormat/Drawing/XlsxDrawing.cpp \
../../../XlsxFormat/Drawing/FromTo.cpp \
../../../XlsxFormat/Drawing/Pos.cpp \
../../../XlsxFormat/ExternalLinks/ExternalLinkPath.cpp \
@ -212,7 +212,7 @@ HEADERS += \
../../../DocxFormat/Drawing/Drawing.h \
../../../DocxFormat/Drawing/DrawingExt.h \
../../../DocxFormat/External/External.h \
../../../DocxFormat/External/HyperLink.h \
../../../DocxFormat/External/HyperLink.h \
../../../DocxFormat/Logic/AlternateContent.h \
../../../DocxFormat/Logic/Annotations.h \
../../../DocxFormat/Logic/BaseLogicSettings.h \