sc/qa/unit/subsequent_filters_test.cxx | 40 -------------------------------- sc/qa/unit/subsequent_filters_test2.cxx | 37 ----------------------------- 2 files changed, 1 insertion(+), 76 deletions(-)
New commits: commit 91622529794f0c519bec2938513a756f660e849c Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Sat Jan 29 00:12:21 2022 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Sat Jan 29 10:06:34 2022 +0100 CppunitTest_sc_subsequent_filters_test*: remove unused includes Change-Id: Ibd0e6e903622bba468dfffd019b19840caea97bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129128 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sc/qa/unit/subsequent_filters_test.cxx b/sc/qa/unit/subsequent_filters_test.cxx index ddd06d672317..6d07cf95649b 100644 --- a/sc/qa/unit/subsequent_filters_test.cxx +++ b/sc/qa/unit/subsequent_filters_test.cxx @@ -7,27 +7,13 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <sal/config.h> - -#include <memory> -#include <string_view> - #include <unotest/filters-test.hxx> -#include <test/bootstrapfixture.hxx> #include <osl/file.hxx> -#include <config_features.h> #include <config_fonts.h> -#include <vcl/svapp.hxx> -#include <sfx2/docfilt.hxx> -#include <sfx2/docfile.hxx> #include <svl/numformat.hxx> -#include <svl/stritem.hxx> #include <svl/zformat.hxx> -#include <svx/svdograf.hxx> -#include <svx/svxids.hrc> -#include <drwlayer.hxx> #include <svx/svdpage.hxx> #include <svx/svdoole2.hxx> #include <editeng/eeitem.hxx> @@ -35,9 +21,7 @@ #include <editeng/postitem.hxx> #include <editeng/crossedoutitem.hxx> #include <editeng/udlnitem.hxx> -#include <editeng/editobj.hxx> #include <editeng/borderline.hxx> -#include <editeng/boxitem.hxx> #include <editeng/fhgtitem.hxx> #include <editeng/brushitem.hxx> #include <editeng/fontitem.hxx> @@ -47,31 +31,16 @@ #include <editeng/colritem.hxx> #include <dbdata.hxx> #include <validat.hxx> -#include <formulacell.hxx> -#include <formulaopt.hxx> #include <userdat.hxx> #include <stlsheet.hxx> #include <docfunc.hxx> -#include <markdata.hxx> -#include <colorscale.hxx> -#include <olinetab.hxx> -#include <patattr.hxx> #include <scitems.hxx> -#include <docsh.hxx> #include <editutil.hxx> -#include <cellvalue.hxx> #include <attrib.hxx> #include <fillinfo.hxx> #include <scopetools.hxx> -#include <columnspanset.hxx> -#include <tokenstringcontext.hxx> -#include <formula/errorcodes.hxx> -#include <externalrefmgr.hxx> #include <stlpool.hxx> -#include <hints.hxx> #include <detfunc.hxx> -#include <cellmergeoption.hxx> -#include <undoblk.hxx> #include <sortparam.hxx> #include <orcusfilters.hxx> @@ -79,14 +48,7 @@ #include <com/sun/star/drawing/XDrawPageSupplier.hpp> #include <com/sun/star/drawing/XControlShape.hpp> -#include <com/sun/star/sheet/XSpreadsheetDocument.hpp> -#include <com/sun/star/container/XIndexAccess.hpp> -#include <com/sun/star/text/textfield/Type.hpp> - -#include <comphelper/scopeguard.hxx> -#include <tools/UnitConversion.hxx> -#include <unotools/syslocaleoptions.hxx> -#include "helper/qahelper.hxx" + #include "helper/shared_test_impl.hxx" using namespace ::com::sun::star; diff --git a/sc/qa/unit/subsequent_filters_test2.cxx b/sc/qa/unit/subsequent_filters_test2.cxx index 5b9395c7dbdb..bae340757835 100644 --- a/sc/qa/unit/subsequent_filters_test2.cxx +++ b/sc/qa/unit/subsequent_filters_test2.cxx @@ -7,86 +7,49 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <sal/config.h> - -#include <memory> -#include <string_view> - #include <unotest/filters-test.hxx> -#include <test/bootstrapfixture.hxx> -#include <osl/file.hxx> -#include <config_features.h> #include <vcl/svapp.hxx> -#include <sfx2/docfilt.hxx> -#include <sfx2/docfile.hxx> -#include <svl/stritem.hxx> #include <svl/numformat.hxx> #include <svl/zformat.hxx> #include <svx/svdograf.hxx> -#include <svx/svxids.hrc> -#include <drwlayer.hxx> #include <svx/svdpage.hxx> #include <svx/svdoole2.hxx> #include <editeng/eeitem.hxx> -#include <editeng/wghtitem.hxx> -#include <editeng/postitem.hxx> #include <editeng/crossedoutitem.hxx> -#include <editeng/udlnitem.hxx> #include <editeng/editobj.hxx> #include <editeng/borderline.hxx> -#include <editeng/boxitem.hxx> #include <editeng/fhgtitem.hxx> #include <editeng/brushitem.hxx> #include <editeng/fontitem.hxx> -#include <editeng/flditem.hxx> #include <editeng/justifyitem.hxx> #include <editeng/lineitem.hxx> #include <editeng/colritem.hxx> #include <dbdata.hxx> #include <validat.hxx> #include <formulacell.hxx> -#include <formulaopt.hxx> -#include <userdat.hxx> -#include <stlsheet.hxx> #include <docfunc.hxx> -#include <markdata.hxx> -#include <colorscale.hxx> #include <olinetab.hxx> -#include <patattr.hxx> #include <postit.hxx> #include <scitems.hxx> #include <docsh.hxx> -#include <editutil.hxx> #include <cellvalue.hxx> #include <attrib.hxx> -#include <fillinfo.hxx> -#include <scopetools.hxx> #include <columnspanset.hxx> #include <tokenstringcontext.hxx> -#include <formula/errorcodes.hxx> #include <externalrefmgr.hxx> #include <stlpool.hxx> #include <hints.hxx> #include <detfunc.hxx> -#include <cellmergeoption.hxx> -#include <undoblk.hxx> - -#include <orcusfilters.hxx> -#include <filter.hxx> #include <com/sun/star/drawing/XDrawPageSupplier.hpp> #include <com/sun/star/drawing/XControlShape.hpp> -#include <com/sun/star/sheet/XSpreadsheetDocument.hpp> -#include <com/sun/star/container/XIndexAccess.hpp> -#include <com/sun/star/text/textfield/Type.hpp> #include <comphelper/scopeguard.hxx> #include <tools/UnitConversion.hxx> #include <unotools/syslocaleoptions.hxx> #include "helper/qahelper.hxx" -#include "helper/shared_test_impl.hxx" using namespace ::com::sun::star; using namespace ::com::sun::star::uno;