diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-05-27 14:07:43 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-06-05 10:56:36 +0200 |
commit | 8ddca0648a2b673b7dd5357871f79a83c3830ed8 (patch) | |
tree | 33f6f1eaaa2d3f5f73ddbf25f40c60cbb365d663 /extensions | |
parent | d3c650f6170894a87e59436cf48eba5622403e27 (diff) |
tdf#42949 remove unused compheler includes ..
and fix the fallout
Change-Id: I15bc5d626f4d157cbc69a87392078b41e621d14e
Reviewed-on: https://gerrit.libreoffice.org/54882
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/inc/componentmodule.cxx | 2 | ||||
-rw-r--r-- | extensions/source/propctrlr/MasterDetailLinkDialog.hxx | 2 | ||||
-rw-r--r-- | extensions/source/propctrlr/controlfontdialog.hxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/eformshelper.hxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/eventhandler.hxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/pcrunodialogs.hxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/propertycomposer.hxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/stringrepresentation.cxx | 2 |
8 files changed, 5 insertions, 6 deletions
diff --git a/extensions/source/inc/componentmodule.cxx b/extensions/source/inc/componentmodule.cxx index 562b8692a38b..f1fc23d2ebe8 100644 --- a/extensions/source/inc/componentmodule.cxx +++ b/extensions/source/inc/componentmodule.cxx @@ -23,7 +23,6 @@ #include <vcl/settings.hxx> #include <vcl/svapp.hxx> #include <svl/solar.hrc> -#include <comphelper/sequence.hxx> #include <tools/debug.hxx> #include <rtl/strbuf.hxx> @@ -32,7 +31,6 @@ namespace compmodule using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::registry; - using namespace ::comphelper; using namespace ::cppu; OUString ModuleRes(const char* pId) diff --git a/extensions/source/propctrlr/MasterDetailLinkDialog.hxx b/extensions/source/propctrlr/MasterDetailLinkDialog.hxx index 939f6287f64d..75668b430abf 100644 --- a/extensions/source/propctrlr/MasterDetailLinkDialog.hxx +++ b/extensions/source/propctrlr/MasterDetailLinkDialog.hxx @@ -18,6 +18,8 @@ */ #ifndef INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_MASTERDETAILLINKDIALOG_HXX #define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_MASTERDETAILLINKDIALOG_HXX + +#include <comphelper/proparrhlp.hxx> #include <svtools/genericunodialog.hxx> #include "modulepcr.hxx" diff --git a/extensions/source/propctrlr/controlfontdialog.hxx b/extensions/source/propctrlr/controlfontdialog.hxx index 980441320064..d5fb90d0b67f 100644 --- a/extensions/source/propctrlr/controlfontdialog.hxx +++ b/extensions/source/propctrlr/controlfontdialog.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_CONTROLFONTDIALOG_HXX #define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_CONTROLFONTDIALOG_HXX +#include <comphelper/proparrhlp.hxx> #include <svtools/genericunodialog.hxx> #include "modulepcr.hxx" diff --git a/extensions/source/propctrlr/eformshelper.hxx b/extensions/source/propctrlr/eformshelper.hxx index 5cf57aa3283c..1781c6093e30 100644 --- a/extensions/source/propctrlr/eformshelper.hxx +++ b/extensions/source/propctrlr/eformshelper.hxx @@ -30,7 +30,6 @@ #include <com/sun/star/form/binding/XListEntrySource.hpp> #include <osl/mutex.hxx> #include <rtl/ustring.hxx> -#include <comphelper/listenernotification.hxx> #include <vector> #include <set> diff --git a/extensions/source/propctrlr/eventhandler.hxx b/extensions/source/propctrlr/eventhandler.hxx index 82aff7da34b0..7c461c6e0bc4 100644 --- a/extensions/source/propctrlr/eventhandler.hxx +++ b/extensions/source/propctrlr/eventhandler.hxx @@ -30,7 +30,6 @@ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/compbase.hxx> -#include <comphelper/listenernotification.hxx> namespace pcr diff --git a/extensions/source/propctrlr/pcrunodialogs.hxx b/extensions/source/propctrlr/pcrunodialogs.hxx index 48d85f9be880..6f4224e9e2dc 100644 --- a/extensions/source/propctrlr/pcrunodialogs.hxx +++ b/extensions/source/propctrlr/pcrunodialogs.hxx @@ -23,6 +23,7 @@ #include "modulepcr.hxx" #include <com/sun/star/awt/XTabControllerModel.hpp> #include <com/sun/star/awt/XControlContainer.hpp> +#include <comphelper/proparrhlp.hxx> namespace pcr diff --git a/extensions/source/propctrlr/propertycomposer.hxx b/extensions/source/propctrlr/propertycomposer.hxx index 08adeb1dab75..fd7818eeb8c5 100644 --- a/extensions/source/propctrlr/propertycomposer.hxx +++ b/extensions/source/propctrlr/propertycomposer.hxx @@ -31,7 +31,6 @@ #include <com/sun/star/beans/PropertyVetoException.hpp> #include <cppuhelper/compbase.hxx> #include <cppuhelper/basemutex.hxx> -#include <comphelper/listenernotification.hxx> #include <memory> #include <vector> diff --git a/extensions/source/propctrlr/stringrepresentation.cxx b/extensions/source/propctrlr/stringrepresentation.cxx index 492721abedbb..90ba6e5cbc58 100644 --- a/extensions/source/propctrlr/stringrepresentation.cxx +++ b/extensions/source/propctrlr/stringrepresentation.cxx @@ -34,8 +34,8 @@ #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/Time.hpp> -#include <comphelper/sequence.hxx> #include <connectivity/dbconversion.hxx> +#include <osl/diagnose.h> #include <strings.hrc> #include <yesno.hrc> #include "pcrservices.hxx" |