From b0c76a6336ccc2a3be56067fe1e1b0b058b704b9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:30:01 +0200 Subject: loplugin:includeform: toolkit Change-Id: If080e5da5d18b53ac4b85f82fbb4a72b894765dd --- toolkit/inc/helper/unowrapper.hxx | 2 +- toolkit/source/awt/animatedimagespeer.cxx | 4 ++-- toolkit/source/awt/asynccallback.cxx | 8 ++++---- toolkit/source/awt/vclxcontainer.cxx | 2 +- toolkit/source/awt/vclxspinbutton.cxx | 4 ++-- toolkit/source/awt/vclxtabpagecontainer.cxx | 2 +- toolkit/source/awt/vclxtoolkit.cxx | 4 ++-- toolkit/source/awt/vclxwindow.cxx | 4 ++-- toolkit/source/awt/vclxwindows.cxx | 8 ++++---- toolkit/source/controls/animatedimages.cxx | 2 +- toolkit/source/controls/controlmodelcontainerbase.cxx | 18 +++++++++--------- toolkit/source/controls/dialogcontrol.cxx | 6 +++--- toolkit/source/controls/eventcontainer.cxx | 2 +- toolkit/source/controls/formattedcontrol.cxx | 2 +- toolkit/source/controls/geometrycontrolmodel.cxx | 2 +- toolkit/source/controls/grid/gridcontrol.cxx | 2 +- toolkit/source/controls/roadmapcontrol.cxx | 2 +- toolkit/source/controls/tabpagecontainer.cxx | 2 +- toolkit/source/controls/tabpagemodel.cxx | 2 +- toolkit/source/controls/tkscrollbar.cxx | 6 +++--- toolkit/source/controls/tkspinbutton.cxx | 2 +- toolkit/source/controls/tree/treecontrol.cxx | 4 ++-- toolkit/source/controls/unocontrolcontainermodel.cxx | 2 +- toolkit/source/controls/unocontrols.cxx | 4 ++-- toolkit/source/helper/accessibilityclient.cxx | 2 +- toolkit/source/helper/imagealign.cxx | 2 +- toolkit/source/helper/tkresmgr.cxx | 2 +- toolkit/source/helper/unopropertyarrayhelper.cxx | 2 +- toolkit/source/helper/unowrapper.cxx | 4 ++-- 29 files changed, 54 insertions(+), 54 deletions(-) (limited to 'toolkit') diff --git a/toolkit/inc/helper/unowrapper.hxx b/toolkit/inc/helper/unowrapper.hxx index 0600d0a6d4dd..f58494a70a08 100644 --- a/toolkit/inc/helper/unowrapper.hxx +++ b/toolkit/inc/helper/unowrapper.hxx @@ -28,7 +28,7 @@ #include #include -#include "helper/accessibilityclient.hxx" +#include // class UnoWrapper diff --git a/toolkit/source/awt/animatedimagespeer.cxx b/toolkit/source/awt/animatedimagespeer.cxx index 31661a7724e3..b2f5fe16d9d2 100644 --- a/toolkit/source/awt/animatedimagespeer.cxx +++ b/toolkit/source/awt/animatedimagespeer.cxx @@ -18,8 +18,8 @@ */ -#include "toolkit/awt/animatedimagespeer.hxx" -#include "toolkit/helper/property.hxx" +#include +#include #include #include diff --git a/toolkit/source/awt/asynccallback.cxx b/toolkit/source/awt/asynccallback.cxx index cfac81dfcaad..f83b390c2eb7 100644 --- a/toolkit/source/awt/asynccallback.cxx +++ b/toolkit/source/awt/asynccallback.cxx @@ -20,13 +20,13 @@ #include #include -#include "cppuhelper/factory.hxx" -#include "cppuhelper/implementationentry.hxx" +#include +#include #include #include -#include "com/sun/star/lang/XServiceInfo.hpp" +#include #include -#include "com/sun/star/awt/XRequestCallback.hpp" +#include /// anonymous implementation namespace namespace { diff --git a/toolkit/source/awt/vclxcontainer.cxx b/toolkit/source/awt/vclxcontainer.cxx index c994a808c564..3e86c74d1c50 100644 --- a/toolkit/source/awt/vclxcontainer.cxx +++ b/toolkit/source/awt/vclxcontainer.cxx @@ -27,7 +27,7 @@ #include #include #include -#include "toolkit/awt/scrollabledialog.hxx" +#include #include diff --git a/toolkit/source/awt/vclxspinbutton.cxx b/toolkit/source/awt/vclxspinbutton.cxx index c0b598ac2319..a6aef4795ba4 100644 --- a/toolkit/source/awt/vclxspinbutton.cxx +++ b/toolkit/source/awt/vclxspinbutton.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "toolkit/awt/vclxspinbutton.hxx" -#include "toolkit/helper/property.hxx" +#include +#include #include #include diff --git a/toolkit/source/awt/vclxtabpagecontainer.cxx b/toolkit/source/awt/vclxtabpagecontainer.cxx index a882eec4321a..df730e9adfcf 100644 --- a/toolkit/source/awt/vclxtabpagecontainer.cxx +++ b/toolkit/source/awt/vclxtabpagecontainer.cxx @@ -28,7 +28,7 @@ #include #include -#include "helper/tkresmgr.hxx" +#include using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 62fc854b0821..623866a5a854 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -117,13 +117,13 @@ #if HAVE_FEATURE_OPENGL #include #endif -#include "toolkit/awt/vclxspinbutton.hxx" +#include #include #include #include #include -#include "helper/unowrapper.hxx" +#include #if defined(_WIN32) #define SYSTEM_DEPENDENT_TYPE css::lang::SystemDependent::SYSTEM_WIN32 diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx index cdf2a17246da..0e3bd3951837 100644 --- a/toolkit/source/awt/vclxwindow.cxx +++ b/toolkit/source/awt/vclxwindow.cxx @@ -60,8 +60,8 @@ #include "stylesettings.hxx" #include -#include "helper/accessibilityclient.hxx" -#include "helper/unopropertyarrayhelper.hxx" +#include +#include using namespace ::com::sun::star; diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index 4a6be791223d..110164eb82e0 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -18,7 +18,7 @@ */ #include -#include "toolkit/awt/scrollabledialog.hxx" +#include #include #include #include @@ -57,9 +57,9 @@ #include -#include "helper/accessibilityclient.hxx" -#include "helper/imagealign.hxx" -#include "helper/tkresmgr.hxx" +#include +#include +#include #include "vclxwindows_internal.hxx" using ::com::sun::star::uno::Any; diff --git a/toolkit/source/controls/animatedimages.cxx b/toolkit/source/controls/animatedimages.cxx index 338265947515..56a5a0b94123 100644 --- a/toolkit/source/controls/animatedimages.cxx +++ b/toolkit/source/controls/animatedimages.cxx @@ -37,7 +37,7 @@ #include -#include "helper/unopropertyarrayhelper.hxx" +#include using namespace css::awt; using namespace css::container; diff --git a/toolkit/source/controls/controlmodelcontainerbase.cxx b/toolkit/source/controls/controlmodelcontainerbase.cxx index c4ae5a7cf6a9..57b80755554e 100644 --- a/toolkit/source/controls/controlmodelcontainerbase.cxx +++ b/toolkit/source/controls/controlmodelcontainerbase.cxx @@ -26,10 +26,10 @@ #include #include #include -#include "toolkit/controls/formattedcontrol.hxx" -#include "toolkit/controls/roadmapcontrol.hxx" -#include "toolkit/controls/tkscrollbar.hxx" -#include "toolkit/controls/tabpagemodel.hxx" +#include +#include +#include +#include #include #include #include @@ -55,12 +55,12 @@ #include #include -#include "tools/urlobj.hxx" -#include "osl/file.hxx" -#include "toolkit/controls/dialogcontrol.hxx" +#include +#include +#include -#include "helper/tkresmgr.hxx" -#include "helper/unopropertyarrayhelper.hxx" +#include +#include #include "controlmodelcontainerbase_internal.hxx" using namespace ::com::sun::star; diff --git a/toolkit/source/controls/dialogcontrol.cxx b/toolkit/source/controls/dialogcontrol.cxx index feced0d263c7..3f0cf7ca93aa 100644 --- a/toolkit/source/controls/dialogcontrol.cxx +++ b/toolkit/source/controls/dialogcontrol.cxx @@ -47,13 +47,13 @@ #include #include #include -#include "osl/file.hxx" +#include #include #include -#include "toolkit/controls/unocontrols.hxx" +#include -#include "helper/unopropertyarrayhelper.hxx" +#include #include "controlmodelcontainerbase_internal.hxx" using namespace ::com::sun::star; diff --git a/toolkit/source/controls/eventcontainer.cxx b/toolkit/source/controls/eventcontainer.cxx index f4df038c405a..8873c638ad0a 100644 --- a/toolkit/source/controls/eventcontainer.cxx +++ b/toolkit/source/controls/eventcontainer.cxx @@ -22,7 +22,7 @@ #include #include -#include "toolkit/controls/eventcontainer.hxx" +#include #include diff --git a/toolkit/source/controls/formattedcontrol.cxx b/toolkit/source/controls/formattedcontrol.cxx index 2cf0557fe015..194aaf33749f 100644 --- a/toolkit/source/controls/formattedcontrol.cxx +++ b/toolkit/source/controls/formattedcontrol.cxx @@ -29,7 +29,7 @@ #include #include -#include "helper/unopropertyarrayhelper.hxx" +#include namespace toolkit { diff --git a/toolkit/source/controls/geometrycontrolmodel.cxx b/toolkit/source/controls/geometrycontrolmodel.cxx index f0d40b135f55..bababc8c81d0 100644 --- a/toolkit/source/controls/geometrycontrolmodel.cxx +++ b/toolkit/source/controls/geometrycontrolmodel.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "toolkit/controls/geometrycontrolmodel.hxx" +#include #include #include #include diff --git a/toolkit/source/controls/grid/gridcontrol.cxx b/toolkit/source/controls/grid/gridcontrol.cxx index c18a1e4e56a9..cc77817b2f4e 100644 --- a/toolkit/source/controls/grid/gridcontrol.cxx +++ b/toolkit/source/controls/grid/gridcontrol.cxx @@ -39,7 +39,7 @@ #include -#include "helper/unopropertyarrayhelper.hxx" +#include using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/toolkit/source/controls/roadmapcontrol.cxx b/toolkit/source/controls/roadmapcontrol.cxx index 9f142018a142..ad39e9c24748 100644 --- a/toolkit/source/controls/roadmapcontrol.cxx +++ b/toolkit/source/controls/roadmapcontrol.cxx @@ -24,7 +24,7 @@ #include #include -#include "helper/unopropertyarrayhelper.hxx" +#include namespace toolkit { diff --git a/toolkit/source/controls/tabpagecontainer.cxx b/toolkit/source/controls/tabpagecontainer.cxx index 5a1fe1a6adc3..19ae57413a44 100644 --- a/toolkit/source/controls/tabpagecontainer.cxx +++ b/toolkit/source/controls/tabpagecontainer.cxx @@ -32,7 +32,7 @@ #include #include -#include "helper/unopropertyarrayhelper.hxx" +#include using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/toolkit/source/controls/tabpagemodel.cxx b/toolkit/source/controls/tabpagemodel.cxx index f42a0ee6f45f..8982727fea3d 100644 --- a/toolkit/source/controls/tabpagemodel.cxx +++ b/toolkit/source/controls/tabpagemodel.cxx @@ -44,7 +44,7 @@ #include #include -#include "helper/unopropertyarrayhelper.hxx" +#include using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/toolkit/source/controls/tkscrollbar.cxx b/toolkit/source/controls/tkscrollbar.cxx index 894eb65b5c99..35210ddd776a 100644 --- a/toolkit/source/controls/tkscrollbar.cxx +++ b/toolkit/source/controls/tkscrollbar.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "toolkit/controls/tkscrollbar.hxx" -#include "toolkit/helper/property.hxx" +#include +#include #include #include #include #include -#include "helper/unopropertyarrayhelper.hxx" +#include namespace toolkit { diff --git a/toolkit/source/controls/tkspinbutton.cxx b/toolkit/source/controls/tkspinbutton.cxx index 9807970109b7..d913d40159df 100644 --- a/toolkit/source/controls/tkspinbutton.cxx +++ b/toolkit/source/controls/tkspinbutton.cxx @@ -30,7 +30,7 @@ #include #include -#include "helper/unopropertyarrayhelper.hxx" +#include using namespace ::com::sun::star::uno; using namespace ::com::sun::star::awt; diff --git a/toolkit/source/controls/tree/treecontrol.cxx b/toolkit/source/controls/tree/treecontrol.cxx index 38b263ba30f0..33a6c739d189 100644 --- a/toolkit/source/controls/tree/treecontrol.cxx +++ b/toolkit/source/controls/tree/treecontrol.cxx @@ -18,7 +18,7 @@ */ -#include +#include "treecontrol.hxx" #include #include @@ -28,7 +28,7 @@ #include #include -#include "helper/unopropertyarrayhelper.hxx" +#include using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/toolkit/source/controls/unocontrolcontainermodel.cxx b/toolkit/source/controls/unocontrolcontainermodel.cxx index f4a2d50f5d13..4db57220cc4d 100644 --- a/toolkit/source/controls/unocontrolcontainermodel.cxx +++ b/toolkit/source/controls/unocontrolcontainermodel.cxx @@ -22,7 +22,7 @@ #include #include -#include "helper/unopropertyarrayhelper.hxx" +#include // class UnoControlContainerModel diff --git a/toolkit/source/controls/unocontrols.cxx b/toolkit/source/controls/unocontrols.cxx index 80d4def816fd..a53188af6775 100644 --- a/toolkit/source/controls/unocontrols.cxx +++ b/toolkit/source/controls/unocontrols.cxx @@ -60,8 +60,8 @@ #include -#include "helper/imagealign.hxx" -#include "helper/unopropertyarrayhelper.hxx" +#include +#include using namespace css; using namespace css::awt; diff --git a/toolkit/source/helper/accessibilityclient.cxx b/toolkit/source/helper/accessibilityclient.cxx index a551723119bd..fd253b74b8e1 100644 --- a/toolkit/source/helper/accessibilityclient.cxx +++ b/toolkit/source/helper/accessibilityclient.cxx @@ -27,7 +27,7 @@ #include #include -#include "helper/accessibilityclient.hxx" +#include namespace toolkit { diff --git a/toolkit/source/helper/imagealign.cxx b/toolkit/source/helper/imagealign.cxx index 8f97ec496859..7dd8e1c2b04e 100644 --- a/toolkit/source/helper/imagealign.cxx +++ b/toolkit/source/helper/imagealign.cxx @@ -20,7 +20,7 @@ #include #include -#include "helper/imagealign.hxx" +#include namespace toolkit { diff --git a/toolkit/source/helper/tkresmgr.cxx b/toolkit/source/helper/tkresmgr.cxx index d289cd669255..8d1de02ad0cb 100644 --- a/toolkit/source/helper/tkresmgr.cxx +++ b/toolkit/source/helper/tkresmgr.cxx @@ -25,7 +25,7 @@ #include -#include "helper/tkresmgr.hxx" +#include using ::com::sun::star::uno::Reference; using ::com::sun::star::graphic::XGraphic; diff --git a/toolkit/source/helper/unopropertyarrayhelper.cxx b/toolkit/source/helper/unopropertyarrayhelper.cxx index fcae24bc831e..40cea05ca486 100644 --- a/toolkit/source/helper/unopropertyarrayhelper.cxx +++ b/toolkit/source/helper/unopropertyarrayhelper.cxx @@ -21,7 +21,7 @@ #include #include -#include "helper/unopropertyarrayhelper.hxx" +#include // class UnoPropertyArrayHelper diff --git a/toolkit/source/helper/unowrapper.cxx b/toolkit/source/helper/unowrapper.cxx index 0eac53e787c1..697c8bbafa1a 100644 --- a/toolkit/source/helper/unowrapper.cxx +++ b/toolkit/source/helper/unowrapper.cxx @@ -28,14 +28,14 @@ #include #include -#include "toolkit/dllapi.h" +#include #include #include #include #include -#include "helper/unowrapper.hxx" +#include using namespace ::com::sun::star; -- cgit v1.2.3