diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-18 00:06:30 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-18 18:51:49 +0100 |
commit | 15b4ab8d1943f625b3648f72ebd1872467c5854c (patch) | |
tree | 8f468606f6976a364b59a62ffae0bb9d614edb73 /svtools | |
parent | 721366ebe1605f6167cc46a05fba12ce884b92cf (diff) |
cppuhelper: clean up public headers with include-what-you-use
Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/graphic/graphic.cxx | 1 | ||||
-rw-r--r-- | svtools/source/hatchwindow/hatchwindow.cxx | 1 | ||||
-rw-r--r-- | svtools/source/uno/contextmenuhelper.cxx | 1 | ||||
-rw-r--r-- | svtools/source/uno/framestatuslistener.cxx | 1 | ||||
-rw-r--r-- | svtools/source/uno/genericunodialog.cxx | 1 | ||||
-rw-r--r-- | svtools/source/uno/popupwindowcontroller.cxx | 1 | ||||
-rw-r--r-- | svtools/source/uno/statusbarcontroller.cxx | 1 | ||||
-rw-r--r-- | svtools/source/uno/unoiface.cxx | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/svtools/source/graphic/graphic.cxx b/svtools/source/graphic/graphic.cxx index 513063407475..72ac37e54991 100644 --- a/svtools/source/graphic/graphic.cxx +++ b/svtools/source/graphic/graphic.cxx @@ -26,6 +26,7 @@ #include "graphic.hxx" #include <comphelper/servicehelper.hxx> #include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/queryinterface.hxx> #include <string.h> using namespace com::sun::star; diff --git a/svtools/source/hatchwindow/hatchwindow.cxx b/svtools/source/hatchwindow/hatchwindow.cxx index 595fb071a24f..dc1828d08642 100644 --- a/svtools/source/hatchwindow/hatchwindow.cxx +++ b/svtools/source/hatchwindow/hatchwindow.cxx @@ -23,6 +23,7 @@ #include "ipwin.hxx" #include <toolkit/helper/convert.hxx> +#include <cppuhelper/queryinterface.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> diff --git a/svtools/source/uno/contextmenuhelper.cxx b/svtools/source/uno/contextmenuhelper.cxx index 9dd46c7fd2a7..3d7058cd2aba 100644 --- a/svtools/source/uno/contextmenuhelper.cxx +++ b/svtools/source/uno/contextmenuhelper.cxx @@ -39,6 +39,7 @@ #include <osl/conditn.hxx> #include <cppuhelper/weak.hxx> +#include <cppuhelper/queryinterface.hxx> #include <comphelper/processfactory.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> diff --git a/svtools/source/uno/framestatuslistener.cxx b/svtools/source/uno/framestatuslistener.cxx index cdbcf2c56a1a..3d99d5ef4e16 100644 --- a/svtools/source/uno/framestatuslistener.cxx +++ b/svtools/source/uno/framestatuslistener.cxx @@ -22,6 +22,7 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/util/URLTransformer.hpp> #include <osl/mutex.hxx> +#include <cppuhelper/queryinterface.hxx> #include <vcl/svapp.hxx> #include <comphelper/processfactory.hxx> diff --git a/svtools/source/uno/genericunodialog.cxx b/svtools/source/uno/genericunodialog.cxx index e2e154ff2ecb..b78dc191e79f 100644 --- a/svtools/source/uno/genericunodialog.cxx +++ b/svtools/source/uno/genericunodialog.cxx @@ -25,6 +25,7 @@ #include <toolkit/awt/vclxwindow.hxx> #include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/queryinterface.hxx> #include <cppuhelper/typeprovider.hxx> #include <comphelper/property.hxx> #include <osl/diagnose.h> diff --git a/svtools/source/uno/popupwindowcontroller.cxx b/svtools/source/uno/popupwindowcontroller.cxx index f77f16aae914..566bc59da172 100644 --- a/svtools/source/uno/popupwindowcontroller.cxx +++ b/svtools/source/uno/popupwindowcontroller.cxx @@ -18,6 +18,7 @@ */ #include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/queryinterface.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <vcl/toolbox.hxx> diff --git a/svtools/source/uno/statusbarcontroller.cxx b/svtools/source/uno/statusbarcontroller.cxx index 6131baf342bb..d0f6eecf1d65 100644 --- a/svtools/source/uno/statusbarcontroller.cxx +++ b/svtools/source/uno/statusbarcontroller.cxx @@ -25,6 +25,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/frame/XLayoutManager.hpp> #include <com/sun/star/util/URLTransformer.hpp> +#include <cppuhelper/queryinterface.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include <vcl/window.hxx> diff --git a/svtools/source/uno/unoiface.cxx b/svtools/source/uno/unoiface.cxx index e5ad4e3b5053..bc4ba578a2bf 100644 --- a/svtools/source/uno/unoiface.cxx +++ b/svtools/source/uno/unoiface.cxx @@ -29,6 +29,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/awt/LineEndFormat.hpp> +#include <cppuhelper/queryinterface.hxx> #include <comphelper/processfactory.hxx> #include <toolkit/helper/convert.hxx> #include <toolkit/helper/property.hxx> |