From 712014cfd8ae7e31e4e3096d6d00e30c7e7c19fe Mon Sep 17 00:00:00 2001 From: Vikulov Dmitry Date: Wed, 30 Nov 2022 11:40:45 +0300 Subject: [PATCH] . --- .../Linux/DocxFormatLib/DocxFormatLib.pro | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/OOXML/Projects/Linux/DocxFormatLib/DocxFormatLib.pro b/OOXML/Projects/Linux/DocxFormatLib/DocxFormatLib.pro index d0dac44986..03ffd66156 100644 --- a/OOXML/Projects/Linux/DocxFormatLib/DocxFormatLib.pro +++ b/OOXML/Projects/Linux/DocxFormatLib/DocxFormatLib.pro @@ -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 \