sc/qa/unit/subsequent_export_test.cxx | 31 ----------------------- sc/qa/unit/subsequent_export_test2.cxx | 44 --------------------------------- 2 files changed, 75 deletions(-)
New commits: commit e35d6030bc1a5bfb4fb96e5499d75189c96b1a10 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Fri Jan 28 19:45:43 2022 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Fri Jan 28 23:33:36 2022 +0100 CppunitTest_sc_subsequent_export_test*: remove unused includes Change-Id: Idda4beeabab4a2445cc6d084ab910458e40e2532 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129121 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sc/qa/unit/subsequent_export_test.cxx b/sc/qa/unit/subsequent_export_test.cxx index 872d5122a686..672c95ccf969 100644 --- a/sc/qa/unit/subsequent_export_test.cxx +++ b/sc/qa/unit/subsequent_export_test.cxx @@ -7,53 +7,32 @@ * 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 <config_features.h> #include <config_fonts.h> -#include <sfx2/sfxmodelfactory.hxx> - #include "helper/debughelper.hxx" -#include "helper/qahelper.hxx" #include "helper/xpath.hxx" #include "helper/shared_test_impl.hxx" #include <userdat.hxx> -#include <docsh.hxx> -#include <patattr.hxx> #include <docpool.hxx> #include <scitems.hxx> #include <attrib.hxx> #include <stlpool.hxx> -#include <document.hxx> -#include <formulacell.hxx> -#include <tokenarray.hxx> #include <editutil.hxx> #include <scopetools.hxx> -#include <cellvalue.hxx> #include <postit.hxx> #include <tokenstringcontext.hxx> #include <chgtrack.hxx> #include <validat.hxx> -#include <global.hxx> #include <scmod.hxx> -#include <dpcache.hxx> -#include <dpobject.hxx> -#include <clipparam.hxx> -#include <viewopti.hxx> #include <svx/svdpage.hxx> #include <svx/svdograf.hxx> #include <tabprotection.hxx> #include <editeng/wghtitem.hxx> #include <editeng/postitem.hxx> -#include <editeng/editdata.hxx> #include <editeng/eeitem.hxx> -#include <editeng/editobj.hxx> #include <editeng/section.hxx> #include <editeng/crossedoutitem.hxx> #include <editeng/borderline.hxx> @@ -61,22 +40,12 @@ #include <editeng/fontitem.hxx> #include <editeng/fhgtitem.hxx> #include <editeng/udlnitem.hxx> -#include <editeng/flditem.hxx> #include <editeng/colritem.hxx> -#include <formula/grammar.hxx> #include <unotools/useroptions.hxx> -#include <comphelper/scopeguard.hxx> -#include <unotools/syslocaleoptions.hxx> -#include <tools/datetime.hxx> -#include <tools/fldunit.hxx> -#include <svl/zformat.hxx> -#include <test/xmltesttools.hxx> #include <com/sun/star/drawing/XDrawPageSupplier.hpp> #include <com/sun/star/awt/XBitmap.hpp> -#include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/graphic/GraphicType.hpp> -#include <com/sun/star/sheet/GlobalSheetSettings.hpp> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sc/qa/unit/subsequent_export_test2.cxx b/sc/qa/unit/subsequent_export_test2.cxx index 3aef467687d2..8313b275d0f5 100644 --- a/sc/qa/unit/subsequent_export_test2.cxx +++ b/sc/qa/unit/subsequent_export_test2.cxx @@ -8,82 +8,38 @@ * 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 <config_features.h> - -#include <sfx2/sfxmodelfactory.hxx> -#include "helper/debughelper.hxx" #include "helper/qahelper.hxx" #include "helper/xpath.hxx" -#include "helper/shared_test_impl.hxx" -#include <userdat.hxx> #include <docsh.hxx> -#include <patattr.hxx> #include <docpool.hxx> #include <scitems.hxx> #include <attrib.hxx> #include <stlpool.hxx> -#include <document.hxx> #include <formulacell.hxx> -#include <tokenarray.hxx> -#include <editutil.hxx> -#include <scopetools.hxx> -#include <cellvalue.hxx> -#include <postit.hxx> -#include <tokenstringcontext.hxx> -#include <chgtrack.hxx> #include <validat.hxx> -#include <global.hxx> -#include <scmod.hxx> -#include <dpcache.hxx> #include <dpobject.hxx> #include <clipparam.hxx> #include <viewopti.hxx> -#include <svx/svdpage.hxx> -#include <svx/svdograf.hxx> -#include <tabprotection.hxx> #include <editeng/wghtitem.hxx> #include <editeng/postitem.hxx> -#include <editeng/editdata.hxx> #include <editeng/eeitem.hxx> #include <editeng/editobj.hxx> -#include <editeng/section.hxx> -#include <editeng/crossedoutitem.hxx> -#include <editeng/borderline.hxx> -#include <editeng/escapementitem.hxx> -#include <editeng/fontitem.hxx> -#include <editeng/fhgtitem.hxx> -#include <editeng/udlnitem.hxx> #include <editeng/flditem.hxx> -#include <editeng/colritem.hxx> #include <editeng/justifyitem.hxx> -#include <formula/grammar.hxx> -#include <unotools/useroptions.hxx> #include <comphelper/propertyvalue.hxx> #include <comphelper/scopeguard.hxx> #include <unotools/syslocaleoptions.hxx> -#include <tools/datetime.hxx> -#include <tools/fldunit.hxx> #include <svl/numformat.hxx> #include <svl/zformat.hxx> -#include <test/xmltesttools.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/chart2/XChartTypeContainer.hpp> #include <com/sun/star/chart2/XCoordinateSystemContainer.hpp> -#include <com/sun/star/drawing/XDrawPage.hpp> -#include <com/sun/star/drawing/XDrawPages.hpp> -#include <com/sun/star/drawing/XDrawPagesSupplier.hpp> -#include <com/sun/star/awt/XBitmap.hpp> #include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/graphic/GraphicType.hpp> #include <com/sun/star/sheet/GlobalSheetSettings.hpp> #include <com/sun/star/sheet/XHeaderFooterContent.hpp> #include <com/sun/star/text/XTextColumns.hpp>