From 6abfb78333faa11a7790eb18a79753992efc2737 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 12 Aug 2019 12:28:03 +0200 Subject: tdf#42949 Fix IWYU warnings in sw/source/ui/*/*hxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I6dcdf9865589b1886a3ebaa1f37cbe8e2da7c98d Reviewed-on: https://gerrit.libreoffice.org/77348 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/source/ui/vba/vbaaddins.hxx | 1 - sw/source/ui/vba/vbaapplication.hxx | 2 -- sw/source/ui/vba/vbabookmark.cxx | 1 + sw/source/ui/vba/vbabookmark.hxx | 1 - sw/source/ui/vba/vbabookmarks.hxx | 3 --- sw/source/ui/vba/vbacells.hxx | 1 - sw/source/ui/vba/vbacolumn.hxx | 2 -- sw/source/ui/vba/vbacolumns.hxx | 1 - sw/source/ui/vba/vbadialog.hxx | 1 - sw/source/ui/vba/vbadialogs.hxx | 2 -- sw/source/ui/vba/vbadocument.hxx | 1 - sw/source/ui/vba/vbadocuments.hxx | 3 --- sw/source/ui/vba/vbafield.cxx | 1 + sw/source/ui/vba/vbafield.hxx | 1 - sw/source/ui/vba/vbafind.hxx | 1 - sw/source/ui/vba/vbaframes.hxx | 1 - sw/source/ui/vba/vbaglobals.hxx | 3 --- sw/source/ui/vba/vbaheaderfooter.cxx | 1 + sw/source/ui/vba/vbaheaderfooterhelper.cxx | 1 + sw/source/ui/vba/vbaheaderfooterhelper.hxx | 3 --- sw/source/ui/vba/vbaheadersfooters.hxx | 1 - sw/source/ui/vba/vbainformationhelper.hxx | 3 +-- sw/source/ui/vba/vbalistformat.hxx | 1 - sw/source/ui/vba/vbalistgalleries.hxx | 1 - sw/source/ui/vba/vbalisthelper.cxx | 1 + sw/source/ui/vba/vbalisthelper.hxx | 4 +++- sw/source/ui/vba/vbalistlevel.hxx | 1 - sw/source/ui/vba/vbalistlevels.hxx | 1 - sw/source/ui/vba/vbalisttemplates.hxx | 1 - sw/source/ui/vba/vbapalette.hxx | 2 +- sw/source/ui/vba/vbapanes.hxx | 3 --- sw/source/ui/vba/vbaparagraphformat.hxx | 1 - sw/source/ui/vba/vbarange.cxx | 2 ++ sw/source/ui/vba/vbarange.hxx | 2 -- sw/source/ui/vba/vbarangehelper.cxx | 1 + sw/source/ui/vba/vbarangehelper.hxx | 2 -- sw/source/ui/vba/vbarevision.cxx | 1 + sw/source/ui/vba/vbarevisions.hxx | 1 - sw/source/ui/vba/vbarows.hxx | 1 - sw/source/ui/vba/vbasections.hxx | 3 --- sw/source/ui/vba/vbaselection.hxx | 1 - sw/source/ui/vba/vbastyle.hxx | 2 -- sw/source/ui/vba/vbatablehelper.cxx | 2 ++ sw/source/ui/vba/vbatablehelper.hxx | 1 - sw/source/ui/vba/vbatables.cxx | 1 + sw/source/ui/vba/vbatablesofcontents.cxx | 1 + sw/source/ui/vba/vbatablesofcontents.hxx | 1 - sw/source/ui/vba/vbatabstops.hxx | 3 --- sw/source/ui/vba/vbavariables.hxx | 3 --- sw/source/ui/vba/vbaview.cxx | 1 + sw/source/ui/vba/vbaview.hxx | 1 - sw/source/ui/vba/wordvbahelper.hxx | 2 -- 52 files changed, 19 insertions(+), 64 deletions(-) (limited to 'sw/source/ui/vba') diff --git a/sw/source/ui/vba/vbaaddins.hxx b/sw/source/ui/vba/vbaaddins.hxx index 017014ef6f32..67a9edb3c998 100644 --- a/sw/source/ui/vba/vbaaddins.hxx +++ b/sw/source/ui/vba/vbaaddins.hxx @@ -21,7 +21,6 @@ #include #include -#include typedef CollTestImplHelper< ooo::vba::word::XAddins > SwVbaAddins_BASE; diff --git a/sw/source/ui/vba/vbaapplication.hxx b/sw/source/ui/vba/vbaapplication.hxx index 2b566ad94c82..62fd3dfaf75e 100644 --- a/sw/source/ui/vba/vbaapplication.hxx +++ b/sw/source/ui/vba/vbaapplication.hxx @@ -29,8 +29,6 @@ #include #include #include -#include -#include #include #include diff --git a/sw/source/ui/vba/vbabookmark.cxx b/sw/source/ui/vba/vbabookmark.cxx index ae66a1d9f060..af8d211fa439 100644 --- a/sw/source/ui/vba/vbabookmark.cxx +++ b/sw/source/ui/vba/vbabookmark.cxx @@ -19,6 +19,7 @@ #include "vbabookmark.hxx" #include #include +#include #include #include #include diff --git a/sw/source/ui/vba/vbabookmark.hxx b/sw/source/ui/vba/vbabookmark.hxx index 33922b45aad6..e6130fc5158d 100644 --- a/sw/source/ui/vba/vbabookmark.hxx +++ b/sw/source/ui/vba/vbabookmark.hxx @@ -21,7 +21,6 @@ #include #include -#include #include typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XBookmark > SwVbaBookmark_BASE; diff --git a/sw/source/ui/vba/vbabookmarks.hxx b/sw/source/ui/vba/vbabookmarks.hxx index 4035b6010316..546679bbf3c0 100644 --- a/sw/source/ui/vba/vbabookmarks.hxx +++ b/sw/source/ui/vba/vbabookmarks.hxx @@ -21,12 +21,9 @@ #include #include -#include #include -#include #include #include -#include typedef CollTestImplHelper< ooo::vba::word::XBookmarks > SwVbaBookmarks_BASE; diff --git a/sw/source/ui/vba/vbacells.hxx b/sw/source/ui/vba/vbacells.hxx index 5dac59e3f1f7..7438117479b5 100644 --- a/sw/source/ui/vba/vbacells.hxx +++ b/sw/source/ui/vba/vbacells.hxx @@ -21,7 +21,6 @@ #include #include -#include #include typedef CollTestImplHelper< ooo::vba::word::XCells > SwVbaCells_BASE; diff --git a/sw/source/ui/vba/vbacolumn.hxx b/sw/source/ui/vba/vbacolumn.hxx index d2eaefbbff06..3e865d60808f 100644 --- a/sw/source/ui/vba/vbacolumn.hxx +++ b/sw/source/ui/vba/vbacolumn.hxx @@ -21,9 +21,7 @@ #include #include -#include #include -#include typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XColumn > SwVbaColumn_BASE; diff --git a/sw/source/ui/vba/vbacolumns.hxx b/sw/source/ui/vba/vbacolumns.hxx index d4b957fd53f5..8cacef23ff43 100644 --- a/sw/source/ui/vba/vbacolumns.hxx +++ b/sw/source/ui/vba/vbacolumns.hxx @@ -22,7 +22,6 @@ #include #include #include -#include #include #include diff --git a/sw/source/ui/vba/vbadialog.hxx b/sw/source/ui/vba/vbadialog.hxx index ef961d2e0cf0..df4443446f63 100644 --- a/sw/source/ui/vba/vbadialog.hxx +++ b/sw/source/ui/vba/vbadialog.hxx @@ -21,7 +21,6 @@ #include #include -#include #include typedef cppu::ImplInheritanceHelper< VbaDialogBase, ov::word::XDialog > SwVbaDialog_BASE; diff --git a/sw/source/ui/vba/vbadialogs.hxx b/sw/source/ui/vba/vbadialogs.hxx index 0c9400e4d65b..3703868f1be4 100644 --- a/sw/source/ui/vba/vbadialogs.hxx +++ b/sw/source/ui/vba/vbadialogs.hxx @@ -21,8 +21,6 @@ #include #include -#include -#include #include #include diff --git a/sw/source/ui/vba/vbadocument.hxx b/sw/source/ui/vba/vbadocument.hxx index af4c93f32f95..2bc6dbb0ffc0 100644 --- a/sw/source/ui/vba/vbadocument.hxx +++ b/sw/source/ui/vba/vbadocument.hxx @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include diff --git a/sw/source/ui/vba/vbadocuments.hxx b/sw/source/ui/vba/vbadocuments.hxx index d72b1a168486..2b6261adbaf5 100644 --- a/sw/source/ui/vba/vbadocuments.hxx +++ b/sw/source/ui/vba/vbadocuments.hxx @@ -19,12 +19,9 @@ #ifndef INCLUDED_SW_SOURCE_UI_VBA_VBADOCUMENTS_HXX #define INCLUDED_SW_SOURCE_UI_VBA_VBADOCUMENTS_HXX -#include #include -#include #include #include -#include "wordvbahelper.hxx" typedef cppu::ImplInheritanceHelper< VbaDocumentsBase, ov::word::XDocuments > SwVbaDocuments_BASE; diff --git a/sw/source/ui/vba/vbafield.cxx b/sw/source/ui/vba/vbafield.cxx index b7024251267a..49371d794b05 100644 --- a/sw/source/ui/vba/vbafield.cxx +++ b/sw/source/ui/vba/vbafield.cxx @@ -18,6 +18,7 @@ */ #include "vbafield.hxx" #include "vbarange.hxx" +#include #include #include #include diff --git a/sw/source/ui/vba/vbafield.hxx b/sw/source/ui/vba/vbafield.hxx index 370ceaec3931..292be2edb7f9 100644 --- a/sw/source/ui/vba/vbafield.hxx +++ b/sw/source/ui/vba/vbafield.hxx @@ -20,7 +20,6 @@ #define INCLUDED_SW_SOURCE_UI_VBA_VBAFIELD_HXX #include #include -#include #include #include #include diff --git a/sw/source/ui/vba/vbafind.hxx b/sw/source/ui/vba/vbafind.hxx index 54c712a86dea..cdbcc95538f7 100644 --- a/sw/source/ui/vba/vbafind.hxx +++ b/sw/source/ui/vba/vbafind.hxx @@ -25,7 +25,6 @@ #include #include #include -#include #include typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XFind > SwVbaFind_BASE; diff --git a/sw/source/ui/vba/vbaframes.hxx b/sw/source/ui/vba/vbaframes.hxx index c0af24f825d5..e83f411b1da5 100644 --- a/sw/source/ui/vba/vbaframes.hxx +++ b/sw/source/ui/vba/vbaframes.hxx @@ -21,7 +21,6 @@ #include #include -#include #include typedef CollTestImplHelper< ooo::vba::word::XFrames > SwVbaFrames_BASE; diff --git a/sw/source/ui/vba/vbaglobals.hxx b/sw/source/ui/vba/vbaglobals.hxx index 2674112af21f..23e40c45d962 100644 --- a/sw/source/ui/vba/vbaglobals.hxx +++ b/sw/source/ui/vba/vbaglobals.hxx @@ -19,8 +19,6 @@ #ifndef INCLUDED_SW_SOURCE_UI_VBA_VBAGLOBALS_HXX #define INCLUDED_SW_SOURCE_UI_VBA_VBAGLOBALS_HXX -#include -#include #include #include #include @@ -28,7 +26,6 @@ #include #include #include -#include #include typedef ::cppu::ImplInheritanceHelper< VbaGlobalsBase, ov::word::XGlobals > SwVbaGlobals_BASE; diff --git a/sw/source/ui/vba/vbaheaderfooter.cxx b/sw/source/ui/vba/vbaheaderfooter.cxx index d33f5a65572b..477b03564b95 100644 --- a/sw/source/ui/vba/vbaheaderfooter.cxx +++ b/sw/source/ui/vba/vbaheaderfooter.cxx @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include diff --git a/sw/source/ui/vba/vbaheaderfooterhelper.cxx b/sw/source/ui/vba/vbaheaderfooterhelper.cxx index 6fb59960b98c..8dd48c8f2f36 100644 --- a/sw/source/ui/vba/vbaheaderfooterhelper.cxx +++ b/sw/source/ui/vba/vbaheaderfooterhelper.cxx @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include diff --git a/sw/source/ui/vba/vbaheaderfooterhelper.hxx b/sw/source/ui/vba/vbaheaderfooterhelper.hxx index aca71c8196c3..ed3c5d2d9d21 100644 --- a/sw/source/ui/vba/vbaheaderfooterhelper.hxx +++ b/sw/source/ui/vba/vbaheaderfooterhelper.hxx @@ -21,9 +21,6 @@ #include #include -#include -#include -#include class HeaderFooterHelper { diff --git a/sw/source/ui/vba/vbaheadersfooters.hxx b/sw/source/ui/vba/vbaheadersfooters.hxx index b836d1b5a5c5..3c6336d35ad0 100644 --- a/sw/source/ui/vba/vbaheadersfooters.hxx +++ b/sw/source/ui/vba/vbaheadersfooters.hxx @@ -21,7 +21,6 @@ #include #include -#include typedef CollTestImplHelper< ooo::vba::word::XHeadersFooters > SwVbaHeadersFooters_BASE; diff --git a/sw/source/ui/vba/vbainformationhelper.hxx b/sw/source/ui/vba/vbainformationhelper.hxx index 0424a958e019..01e5500bab86 100644 --- a/sw/source/ui/vba/vbainformationhelper.hxx +++ b/sw/source/ui/vba/vbainformationhelper.hxx @@ -19,9 +19,8 @@ #ifndef INCLUDED_SW_SOURCE_UI_VBA_VBAINFORMATIONHELPER_HXX #define INCLUDED_SW_SOURCE_UI_VBA_VBAINFORMATIONHELPER_HXX -#include #include -#include +#include class SwVbaInformationHelper { diff --git a/sw/source/ui/vba/vbalistformat.hxx b/sw/source/ui/vba/vbalistformat.hxx index e5b5d4fbeef8..273c67fe5218 100644 --- a/sw/source/ui/vba/vbalistformat.hxx +++ b/sw/source/ui/vba/vbalistformat.hxx @@ -23,7 +23,6 @@ #include #include #include -#include "vbalisthelper.hxx" typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XListFormat > SwVbaListFormat_BASE; diff --git a/sw/source/ui/vba/vbalistgalleries.hxx b/sw/source/ui/vba/vbalistgalleries.hxx index 7cbf653a4d97..57cfc9d9809c 100644 --- a/sw/source/ui/vba/vbalistgalleries.hxx +++ b/sw/source/ui/vba/vbalistgalleries.hxx @@ -21,7 +21,6 @@ #include #include -#include #include typedef CollTestImplHelper< ooo::vba::word::XListGalleries > SwVbaListGalleries_BASE; diff --git a/sw/source/ui/vba/vbalisthelper.cxx b/sw/source/ui/vba/vbalisthelper.cxx index e1284240e4e0..1bc73773ac2c 100644 --- a/sw/source/ui/vba/vbalisthelper.cxx +++ b/sw/source/ui/vba/vbalisthelper.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include "vbalisthelper.hxx" +#include #include #include #include diff --git a/sw/source/ui/vba/vbalisthelper.hxx b/sw/source/ui/vba/vbalisthelper.hxx index f68df37e25e6..f076692d1740 100644 --- a/sw/source/ui/vba/vbalisthelper.hxx +++ b/sw/source/ui/vba/vbalisthelper.hxx @@ -9,11 +9,13 @@ #ifndef INCLUDED_SW_SOURCE_UI_VBA_VBALISTHELPER_HXX #define INCLUDED_SW_SOURCE_UI_VBA_VBALISTHELPER_HXX -#include +#include #include #include #include +#include + class SwVbaListHelper; typedef std::shared_ptr< SwVbaListHelper > SwVbaListHelperRef; diff --git a/sw/source/ui/vba/vbalistlevel.hxx b/sw/source/ui/vba/vbalistlevel.hxx index 47cb9d774729..f9f5e030e56e 100644 --- a/sw/source/ui/vba/vbalistlevel.hxx +++ b/sw/source/ui/vba/vbalistlevel.hxx @@ -21,7 +21,6 @@ #include #include -#include #include "vbalisthelper.hxx" typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XListLevel > SwVbaListLevel_BASE; diff --git a/sw/source/ui/vba/vbalistlevels.hxx b/sw/source/ui/vba/vbalistlevels.hxx index 874529fd1878..f3a212b2c9c8 100644 --- a/sw/source/ui/vba/vbalistlevels.hxx +++ b/sw/source/ui/vba/vbalistlevels.hxx @@ -21,7 +21,6 @@ #include #include -#include #include "vbalisthelper.hxx" typedef CollTestImplHelper< ooo::vba::word::XListLevels > SwVbaListLevels_BASE; diff --git a/sw/source/ui/vba/vbalisttemplates.hxx b/sw/source/ui/vba/vbalisttemplates.hxx index 31592cd9d042..270e2cc09d4f 100644 --- a/sw/source/ui/vba/vbalisttemplates.hxx +++ b/sw/source/ui/vba/vbalisttemplates.hxx @@ -21,7 +21,6 @@ #include #include -#include #include typedef CollTestImplHelper< ooo::vba::word::XListTemplates > SwVbaListTemplates_BASE; diff --git a/sw/source/ui/vba/vbapalette.hxx b/sw/source/ui/vba/vbapalette.hxx index 989415c7f8cb..cbf639301f2c 100644 --- a/sw/source/ui/vba/vbapalette.hxx +++ b/sw/source/ui/vba/vbapalette.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SW_SOURCE_UI_VBA_VBAPALETTE_HXX #define INCLUDED_SW_SOURCE_UI_VBA_VBAPALETTE_HXX -#include + #include class VbaPalette diff --git a/sw/source/ui/vba/vbapanes.hxx b/sw/source/ui/vba/vbapanes.hxx index cfbc15330d66..da09790d7546 100644 --- a/sw/source/ui/vba/vbapanes.hxx +++ b/sw/source/ui/vba/vbapanes.hxx @@ -21,9 +21,6 @@ #include #include -#include -#include -#include typedef CollTestImplHelper< ooo::vba::word::XPanes > SwVbaPanes_BASE; diff --git a/sw/source/ui/vba/vbaparagraphformat.hxx b/sw/source/ui/vba/vbaparagraphformat.hxx index 1508df7505c5..0b9b02b54ec6 100644 --- a/sw/source/ui/vba/vbaparagraphformat.hxx +++ b/sw/source/ui/vba/vbaparagraphformat.hxx @@ -21,7 +21,6 @@ #include #include -#include #include #include diff --git a/sw/source/ui/vba/vbarange.cxx b/sw/source/ui/vba/vbarange.cxx index cc7ad8570204..bf9dde5cca12 100644 --- a/sw/source/ui/vba/vbarange.cxx +++ b/sw/source/ui/vba/vbarange.cxx @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include "vbaparagraphformat.hxx" @@ -41,6 +42,7 @@ #include "vbabookmarks.hxx" #include "vbasections.hxx" #include "vbafield.hxx" +#include "wordvbahelper.hxx" using namespace ::ooo::vba; using namespace ::com::sun::star; diff --git a/sw/source/ui/vba/vbarange.hxx b/sw/source/ui/vba/vbarange.hxx index d5ca830ff6aa..d311c25a70c9 100644 --- a/sw/source/ui/vba/vbarange.hxx +++ b/sw/source/ui/vba/vbarange.hxx @@ -25,9 +25,7 @@ #include #include #include -#include #include -#include "wordvbahelper.hxx" typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XRange > SwVbaRange_BASE; diff --git a/sw/source/ui/vba/vbarangehelper.cxx b/sw/source/ui/vba/vbarangehelper.cxx index db299585fbb2..3812fbfa00da 100644 --- a/sw/source/ui/vba/vbarangehelper.cxx +++ b/sw/source/ui/vba/vbarangehelper.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include "vbarangehelper.hxx" +#include #include #include #include diff --git a/sw/source/ui/vba/vbarangehelper.hxx b/sw/source/ui/vba/vbarangehelper.hxx index 5d91af3c8c02..7ea5ed5792c2 100644 --- a/sw/source/ui/vba/vbarangehelper.hxx +++ b/sw/source/ui/vba/vbarangehelper.hxx @@ -19,8 +19,6 @@ #ifndef INCLUDED_SW_SOURCE_UI_VBA_VBARANGEHELPER_HXX #define INCLUDED_SW_SOURCE_UI_VBA_VBARANGEHELPER_HXX -#include -#include #include #include #include diff --git a/sw/source/ui/vba/vbarevision.cxx b/sw/source/ui/vba/vbarevision.cxx index aedc7ae0ae45..7925706f2fc1 100644 --- a/sw/source/ui/vba/vbarevision.cxx +++ b/sw/source/ui/vba/vbarevision.cxx @@ -21,6 +21,7 @@ #include #include #include +#include #include "wordvbahelper.hxx" #include #include diff --git a/sw/source/ui/vba/vbarevisions.hxx b/sw/source/ui/vba/vbarevisions.hxx index 2dec38640cb3..7cf2f54a5860 100644 --- a/sw/source/ui/vba/vbarevisions.hxx +++ b/sw/source/ui/vba/vbarevisions.hxx @@ -21,7 +21,6 @@ #include #include -#include #include typedef CollTestImplHelper< ooo::vba::word::XRevisions > SwVbaRevisions_BASE; diff --git a/sw/source/ui/vba/vbarows.hxx b/sw/source/ui/vba/vbarows.hxx index 96073d51b082..54e76ec920f3 100644 --- a/sw/source/ui/vba/vbarows.hxx +++ b/sw/source/ui/vba/vbarows.hxx @@ -22,7 +22,6 @@ #include #include #include -#include #include #include diff --git a/sw/source/ui/vba/vbasections.hxx b/sw/source/ui/vba/vbasections.hxx index e793ecbe7b7c..3bf3ab4ca3e5 100644 --- a/sw/source/ui/vba/vbasections.hxx +++ b/sw/source/ui/vba/vbasections.hxx @@ -21,10 +21,7 @@ #include #include -#include -#include #include -#include typedef CollTestImplHelper< ooo::vba::word::XSections > SwVbaSections_BASE; diff --git a/sw/source/ui/vba/vbaselection.hxx b/sw/source/ui/vba/vbaselection.hxx index fc995c150921..7c86753d9340 100644 --- a/sw/source/ui/vba/vbaselection.hxx +++ b/sw/source/ui/vba/vbaselection.hxx @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include "wordvbahelper.hxx" diff --git a/sw/source/ui/vba/vbastyle.hxx b/sw/source/ui/vba/vbastyle.hxx index d00ba941a4d1..159b9ebf6220 100644 --- a/sw/source/ui/vba/vbastyle.hxx +++ b/sw/source/ui/vba/vbastyle.hxx @@ -24,10 +24,8 @@ #include #include #include -#include #include #include -#include typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XStyle > SwVbaStyle_BASE; diff --git a/sw/source/ui/vba/vbatablehelper.cxx b/sw/source/ui/vba/vbatablehelper.cxx index 406e92cc536c..b003ca81517e 100644 --- a/sw/source/ui/vba/vbatablehelper.cxx +++ b/sw/source/ui/vba/vbatablehelper.cxx @@ -16,6 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +#include #include "vbatablehelper.hxx" #include #include diff --git a/sw/source/ui/vba/vbatablehelper.hxx b/sw/source/ui/vba/vbatablehelper.hxx index c569a64ae06d..078673d5e6e8 100644 --- a/sw/source/ui/vba/vbatablehelper.hxx +++ b/sw/source/ui/vba/vbatablehelper.hxx @@ -20,7 +20,6 @@ #define INCLUDED_SW_SOURCE_UI_VBA_VBATABLEHELPER_HXX #include -#include "wordvbahelper.hxx" #include #include diff --git a/sw/source/ui/vba/vbatables.cxx b/sw/source/ui/vba/vbatables.cxx index 2d51a959e76f..2efbe29ca4f3 100644 --- a/sw/source/ui/vba/vbatables.cxx +++ b/sw/source/ui/vba/vbatables.cxx @@ -20,6 +20,7 @@ #include "vbatables.hxx" #include "vbatable.hxx" #include "vbarange.hxx" +#include "wordvbahelper.hxx" #include #include #include diff --git a/sw/source/ui/vba/vbatablesofcontents.cxx b/sw/source/ui/vba/vbatablesofcontents.cxx index 892094bf0664..ffc9503db46b 100644 --- a/sw/source/ui/vba/vbatablesofcontents.cxx +++ b/sw/source/ui/vba/vbatablesofcontents.cxx @@ -19,6 +19,7 @@ #include "vbatablesofcontents.hxx" #include "vbatableofcontents.hxx" #include "vbarange.hxx" +#include #include #include #include diff --git a/sw/source/ui/vba/vbatablesofcontents.hxx b/sw/source/ui/vba/vbatablesofcontents.hxx index 1a8199fa990a..37048ae1bcaf 100644 --- a/sw/source/ui/vba/vbatablesofcontents.hxx +++ b/sw/source/ui/vba/vbatablesofcontents.hxx @@ -21,7 +21,6 @@ #include #include -#include #include #include #include diff --git a/sw/source/ui/vba/vbatabstops.hxx b/sw/source/ui/vba/vbatabstops.hxx index 5bb1d439cccd..66a163d4923f 100644 --- a/sw/source/ui/vba/vbatabstops.hxx +++ b/sw/source/ui/vba/vbatabstops.hxx @@ -22,9 +22,6 @@ #include #include #include -#include -#include -#include typedef CollTestImplHelper< ooo::vba::word::XTabStops > SwVbaTabStops_BASE; diff --git a/sw/source/ui/vba/vbavariables.hxx b/sw/source/ui/vba/vbavariables.hxx index aa2901d0e479..639c54a33e79 100644 --- a/sw/source/ui/vba/vbavariables.hxx +++ b/sw/source/ui/vba/vbavariables.hxx @@ -21,9 +21,6 @@ #include #include -#include -#include -#include #include typedef CollTestImplHelper< ooo::vba::word::XVariables > SwVbaVariables_BASE; diff --git a/sw/source/ui/vba/vbaview.cxx b/sw/source/ui/vba/vbaview.cxx index 3fb6c9d71656..ed8fc3a8565c 100644 --- a/sw/source/ui/vba/vbaview.cxx +++ b/sw/source/ui/vba/vbaview.cxx @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/sw/source/ui/vba/vbaview.hxx b/sw/source/ui/vba/vbaview.hxx index bee0c957948b..9921fb3c3763 100644 --- a/sw/source/ui/vba/vbaview.hxx +++ b/sw/source/ui/vba/vbaview.hxx @@ -23,7 +23,6 @@ #include #include #include -#include #include typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XView > SwVbaView_BASE; diff --git a/sw/source/ui/vba/wordvbahelper.hxx b/sw/source/ui/vba/wordvbahelper.hxx index b859285ae1f1..d0ac9e43ff17 100644 --- a/sw/source/ui/vba/wordvbahelper.hxx +++ b/sw/source/ui/vba/wordvbahelper.hxx @@ -22,9 +22,7 @@ #include #include #include -#include #include -#include #include class SwDocShell; -- cgit