diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:30:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:49 +0200 |
commit | b0c76a6336ccc2a3be56067fe1e1b0b058b704b9 (patch) | |
tree | 7a34494d7f0816f5ae399d663b3fad1344fa007d /toolkit/source | |
parent | 022e64e8380423909b187fddce9c17f7d5fb6ec4 (diff) |
loplugin:includeform: toolkit
Change-Id: If080e5da5d18b53ac4b85f82fbb4a72b894765dd
Diffstat (limited to 'toolkit/source')
28 files changed, 53 insertions, 53 deletions
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 <toolkit/awt/animatedimagespeer.hxx> +#include <toolkit/helper/property.hxx> #include <com/sun/star/awt/XAnimatedImages.hpp> #include <com/sun/star/awt/Size.hpp> 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 <sal/config.h> #include <vcl/svapp.hxx> -#include "cppuhelper/factory.hxx" -#include "cppuhelper/implementationentry.hxx" +#include <cppuhelper/factory.hxx> +#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> -#include "com/sun/star/lang/XServiceInfo.hpp" +#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include "com/sun/star/awt/XRequestCallback.hpp" +#include <com/sun/star/awt/XRequestCallback.hpp> /// 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 <vcl/svapp.hxx> #include <vcl/window.hxx> #include <tools/debug.hxx> -#include "toolkit/awt/scrollabledialog.hxx" +#include <toolkit/awt/scrollabledialog.hxx> #include <toolkit/helper/property.hxx> 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 <toolkit/awt/vclxspinbutton.hxx> +#include <toolkit/helper/property.hxx> #include <com/sun/star/awt/ScrollBarOrientation.hpp> #include <vcl/spin.hxx> 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 <toolkit/helper/vclunohelper.hxx> #include <cppuhelper/typeprovider.hxx> -#include "helper/tkresmgr.hxx" +#include <helper/tkresmgr.hxx> 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 <vcl/opengl/OpenGLWrapper.hxx> #endif -#include "toolkit/awt/vclxspinbutton.hxx" +#include <toolkit/awt/vclxspinbutton.hxx> #include <tools/debug.hxx> #include <comphelper/processfactory.hxx> #include <toolkit/awt/scrollabledialog.hxx> #include <comphelper/profilezone.hxx> -#include "helper/unowrapper.hxx" +#include <helper/unowrapper.hxx> #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 <tools/urlobj.hxx> -#include "helper/accessibilityclient.hxx" -#include "helper/unopropertyarrayhelper.hxx" +#include <helper/accessibilityclient.hxx> +#include <helper/unopropertyarrayhelper.hxx> 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 <toolkit/awt/vclxwindows.hxx> -#include "toolkit/awt/scrollabledialog.hxx" +#include <toolkit/awt/scrollabledialog.hxx> #include <com/sun/star/awt/ScrollBarOrientation.hpp> #include <com/sun/star/graphic/GraphicProvider.hpp> #include <com/sun/star/graphic/XGraphicProvider.hpp> @@ -57,9 +57,9 @@ #include <vcl/group.hxx> -#include "helper/accessibilityclient.hxx" -#include "helper/imagealign.hxx" -#include "helper/tkresmgr.hxx" +#include <helper/accessibilityclient.hxx> +#include <helper/imagealign.hxx> +#include <helper/tkresmgr.hxx> #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 <cppuhelper/implbase2.hxx> -#include "helper/unopropertyarrayhelper.hxx" +#include <helper/unopropertyarrayhelper.hxx> 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 <toolkit/helper/property.hxx> #include <toolkit/controls/geometrycontrolmodel.hxx> #include <toolkit/controls/unocontrols.hxx> -#include "toolkit/controls/formattedcontrol.hxx" -#include "toolkit/controls/roadmapcontrol.hxx" -#include "toolkit/controls/tkscrollbar.hxx" -#include "toolkit/controls/tabpagemodel.hxx" +#include <toolkit/controls/formattedcontrol.hxx> +#include <toolkit/controls/roadmapcontrol.hxx> +#include <toolkit/controls/tkscrollbar.hxx> +#include <toolkit/controls/tabpagemodel.hxx> #include <toolkit/controls/stdtabcontroller.hxx> #include <com/sun/star/awt/PosSize.hpp> #include <com/sun/star/awt/WindowAttribute.hpp> @@ -55,12 +55,12 @@ #include <map> #include <algorithm> -#include "tools/urlobj.hxx" -#include "osl/file.hxx" -#include "toolkit/controls/dialogcontrol.hxx" +#include <tools/urlobj.hxx> +#include <osl/file.hxx> +#include <toolkit/controls/dialogcontrol.hxx> -#include "helper/tkresmgr.hxx" -#include "helper/unopropertyarrayhelper.hxx" +#include <helper/tkresmgr.hxx> +#include <helper/unopropertyarrayhelper.hxx> #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 <functional> #include <map> #include <unordered_map> -#include "osl/file.hxx" +#include <osl/file.hxx> #include <vcl/tabctrl.hxx> #include <toolkit/awt/vclxwindows.hxx> -#include "toolkit/controls/unocontrols.hxx" +#include <toolkit/controls/unocontrols.hxx> -#include "helper/unopropertyarrayhelper.hxx" +#include <helper/unopropertyarrayhelper.hxx> #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 <cppuhelper/factory.hxx> #include <cppuhelper/interfacecontainer.hxx> -#include "toolkit/controls/eventcontainer.hxx" +#include <toolkit/controls/eventcontainer.hxx> #include <com/sun/star/script/ScriptEventDescriptor.hpp> 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 <comphelper/processfactory.hxx> #include <osl/diagnose.h> -#include "helper/unopropertyarrayhelper.hxx" +#include <helper/unopropertyarrayhelper.hxx> 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 <toolkit/controls/geometrycontrolmodel.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <osl/diagnose.h> 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 <memory> -#include "helper/unopropertyarrayhelper.hxx" +#include <helper/unopropertyarrayhelper.hxx> 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 <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include "helper/unopropertyarrayhelper.hxx" +#include <helper/unopropertyarrayhelper.hxx> 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 <tools/diagnose_ex.h> #include <vcl/svapp.hxx> -#include "helper/unopropertyarrayhelper.hxx" +#include <helper/unopropertyarrayhelper.hxx> 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 <toolkit/controls/unocontrolcontainer.hxx> #include <cppuhelper/basemutex.hxx> -#include "helper/unopropertyarrayhelper.hxx" +#include <helper/unopropertyarrayhelper.hxx> 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 <toolkit/controls/tkscrollbar.hxx> +#include <toolkit/helper/property.hxx> #include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/queryinterface.hxx> #include <toolkit/awt/vclxwindows.hxx> -#include "helper/unopropertyarrayhelper.hxx" +#include <helper/unopropertyarrayhelper.hxx> 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 <toolkit/helper/macros.hxx> #include <toolkit/helper/property.hxx> -#include "helper/unopropertyarrayhelper.hxx" +#include <helper/unopropertyarrayhelper.hxx> 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 <treecontrol.hxx> +#include "treecontrol.hxx" #include <com/sun/star/awt/tree/XTreeControl.hpp> #include <com/sun/star/awt/tree/XTreeDataModel.hpp> @@ -28,7 +28,7 @@ #include <osl/diagnose.h> #include <cppuhelper/implbase.hxx> -#include "helper/unopropertyarrayhelper.hxx" +#include <helper/unopropertyarrayhelper.hxx> 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 <toolkit/helper/property.hxx> #include <toolkit/helper/servicenames.hxx> -#include "helper/unopropertyarrayhelper.hxx" +#include <helper/unopropertyarrayhelper.hxx> // 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 <algorithm> -#include "helper/imagealign.hxx" -#include "helper/unopropertyarrayhelper.hxx" +#include <helper/imagealign.hxx> +#include <helper/unopropertyarrayhelper.hxx> 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 <osl/mutex.hxx> #include <tools/solar.h> -#include "helper/accessibilityclient.hxx" +#include <helper/accessibilityclient.hxx> 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 <com/sun/star/awt/ImagePosition.hpp> #include <com/sun/star/awt/ImageAlign.hpp> -#include "helper/imagealign.hxx" +#include <helper/imagealign.hxx> 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 <vcl/image.hxx> -#include "helper/tkresmgr.hxx" +#include <helper/tkresmgr.hxx> 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 <toolkit/helper/property.hxx> #include <map> -#include "helper/unopropertyarrayhelper.hxx" +#include <helper/unopropertyarrayhelper.hxx> // 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 <toolkit/awt/vclxtopwindow.hxx> #include <toolkit/awt/vclxgraphics.hxx> -#include "toolkit/dllapi.h" +#include <toolkit/dllapi.h> #include <vcl/svapp.hxx> #include <vcl/syswin.hxx> #include <vcl/menu.hxx> #include <tools/debug.hxx> -#include "helper/unowrapper.hxx" +#include <helper/unowrapper.hxx> using namespace ::com::sun::star; |