sd/qa/unit/export-tests-ooxml1.cxx | 13 ------------- sd/qa/unit/export-tests-ooxml2.cxx | 24 ++---------------------- sd/qa/unit/export-tests-ooxml3.cxx | 23 ++--------------------- 3 files changed, 4 insertions(+), 56 deletions(-)
New commits: commit 0176a6627755d938163ac64733929af79508f825 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Fri Jan 28 14:21:07 2022 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Fri Jan 28 20:00:45 2022 +0100 CppunitTest_sd_export_tests-ooxml*: remove unused includes Change-Id: I2811e151a9643f589e251e176d9c717472a5dd4c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129099 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sd/qa/unit/export-tests-ooxml1.cxx b/sd/qa/unit/export-tests-ooxml1.cxx index 22435dd51d78..7631b3113bbd 100644 --- a/sd/qa/unit/export-tests-ooxml1.cxx +++ b/sd/qa/unit/export-tests-ooxml1.cxx @@ -7,16 +7,11 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <sal/config.h> - -#include <string_view> - #include <officecfg/Office/Common.hxx> #include "sdmodeltestbase.hxx" #include <Outliner.hxx> #include <editeng/eeitem.hxx> #include <editeng/editobj.hxx> -#include <editeng/outlobj.hxx> #include <editeng/fhgtitem.hxx> #include <editeng/escapementitem.hxx> #include <editeng/colritem.hxx> @@ -27,8 +22,6 @@ #include <oox/drawingml/drawingmltypes.hxx> -#include <svx/svdoutl.hxx> -#include <svx/svdotext.hxx> #include <svx/svdoashp.hxx> #include <svx/svdogrp.hxx> #include <svx/xflclit.hxx> @@ -36,19 +29,13 @@ #include <svx/sdooitm.hxx> #include <svx/sdmetitm.hxx> #include <unotools/mediadescriptor.hxx> -#include <rtl/ustring.hxx> -#include <com/sun/star/drawing/XDrawPage.hpp> -#include <com/sun/star/drawing/XDrawPagesSupplier.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/awt/Gradient.hpp> #include <com/sun/star/awt/FontDescriptor.hpp> #include <com/sun/star/frame/XStorable.hpp> #include <com/sun/star/drawing/FillStyle.hpp> #include <com/sun/star/drawing/LineDash.hpp> #include <com/sun/star/text/WritingMode2.hpp> #include <com/sun/star/table/BorderLine2.hpp> -#include <com/sun/star/table/XTable.hpp> #include <com/sun/star/table/XMergeableCell.hpp> #include <svx/svdotable.hxx> diff --git a/sd/qa/unit/export-tests-ooxml2.cxx b/sd/qa/unit/export-tests-ooxml2.cxx index 4ab2a893e1f0..4777845308c5 100644 --- a/sd/qa/unit/export-tests-ooxml2.cxx +++ b/sd/qa/unit/export-tests-ooxml2.cxx @@ -6,44 +6,24 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <officecfg/Office/Common.hxx> + #include "sdmodeltestbase.hxx" #include <comphelper/propertysequence.hxx> -#include <comphelper/sequence.hxx> -#include <editeng/eeitem.hxx> -#include <editeng/editobj.hxx> -#include <editeng/flditem.hxx> -#include <editeng/outlobj.hxx> -#include <editeng/numitem.hxx> -#include <editeng/unoprnms.hxx> - -#include <svx/svdotext.hxx> + #include <svx/svdomedia.hxx> #include <svx/svdotable.hxx> -#include <svx/xlineit0.hxx> -#include <svx/xlndsit.hxx> -#include <rtl/ustring.hxx> -#include <com/sun/star/drawing/XDrawPage.hpp> -#include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/animations/TransitionType.hpp> #include <com/sun/star/animations/TransitionSubType.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/awt/Gradient.hpp> -#include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp> -#include <com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.hpp> #include <com/sun/star/drawing/FillStyle.hpp> #include <com/sun/star/style/LineSpacing.hpp> #include <com/sun/star/style/LineSpacingMode.hpp> -#include <com/sun/star/frame/XLoadable.hpp> #include <com/sun/star/text/XTextColumns.hpp> #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> #include <sdpage.hxx> -#include <cfloat> -#include <cstdlib> #include <rtl/character.hxx> diff --git a/sd/qa/unit/export-tests-ooxml3.cxx b/sd/qa/unit/export-tests-ooxml3.cxx index 437f1906dd97..e0aa2290e799 100644 --- a/sd/qa/unit/export-tests-ooxml3.cxx +++ b/sd/qa/unit/export-tests-ooxml3.cxx @@ -7,46 +7,27 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + #include <officecfg/Office/Common.hxx> #include "sdmodeltestbase.hxx" -#include <comphelper/propertysequence.hxx> #include <comphelper/sequence.hxx> #include <editeng/eeitem.hxx> #include <editeng/editobj.hxx> -#include <editeng/outlobj.hxx> #include <editeng/numitem.hxx> #include <editeng/unoprnms.hxx> -#include <svx/svdotext.hxx> -#include <svx/svdomedia.hxx> -#include <svx/svdotable.hxx> #include <svx/xlineit0.hxx> #include <svx/xlndsit.hxx> #include <svx/svdoole2.hxx> -#include <rtl/ustring.hxx> - -#include <com/sun/star/drawing/XDrawPage.hpp> -#include <com/sun/star/drawing/XDrawPagesSupplier.hpp> -#include <com/sun/star/animations/TransitionType.hpp> -#include <com/sun/star/animations/TransitionSubType.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/awt/Gradient.hpp> -#include <com/sun/star/awt/Rectangle.hpp> -#include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp> + #include <com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.hpp> #include <com/sun/star/drawing/FillStyle.hpp> -#include <com/sun/star/style/LineSpacing.hpp> -#include <com/sun/star/style/LineSpacingMode.hpp> #include <com/sun/star/frame/XLoadable.hpp> #include <com/sun/star/text/GraphicCrop.hpp> #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> #include <sdpage.hxx> -#include <cfloat> -#include <cstdlib> - -#include <rtl/character.hxx> class SdOOXMLExportTest3 : public SdModelTestBaseXML {