diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-02-26 20:37:49 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-02-27 15:00:06 +0100 |
commit | 35fc4527210ed4b4faee1802ad23bc8da619a2d0 (patch) | |
tree | 7843449829c9e845a8d854d0cdbf8e105031d10a /extensions | |
parent | 1aa5a3874bf716acfbded2a09319dce5d4ce8c0d (diff) |
remove unused vclunohelper.hxx includes
Change-Id: I68178379e5493d0e738861a4dce5aa6e4b58cd22
Reviewed-on: https://gerrit.libreoffice.org/50393
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/bibcont.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/commoncontrol.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/formcontroller.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/pcrcommon.hxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/extensions/source/bibliography/bibcont.cxx b/extensions/source/bibliography/bibcont.cxx index f06869b2e314..81a2d8692b9a 100644 --- a/extensions/source/bibliography/bibcont.cxx +++ b/extensions/source/bibliography/bibcont.cxx @@ -19,7 +19,6 @@ #include <cppuhelper/weak.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/awt/XWindowPeer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> diff --git a/extensions/source/propctrlr/commoncontrol.cxx b/extensions/source/propctrlr/commoncontrol.cxx index be480faa8846..9ffdce95730c 100644 --- a/extensions/source/propctrlr/commoncontrol.cxx +++ b/extensions/source/propctrlr/commoncontrol.cxx @@ -22,7 +22,6 @@ #include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <vcl/combobox.hxx> -#include <toolkit/helper/vclunohelper.hxx> namespace pcr diff --git a/extensions/source/propctrlr/formcontroller.cxx b/extensions/source/propctrlr/formcontroller.cxx index a6532f8c0d83..031f818eaac2 100644 --- a/extensions/source/propctrlr/formcontroller.cxx +++ b/extensions/source/propctrlr/formcontroller.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/util/VetoException.hpp> #include <cppuhelper/typeprovider.hxx> -#include <toolkit/helper/vclunohelper.hxx> extern "C" void createRegistryInfo_FormController() diff --git a/extensions/source/propctrlr/pcrcommon.hxx b/extensions/source/propctrlr/pcrcommon.hxx index 05dada04d7b3..9a596611330b 100644 --- a/extensions/source/propctrlr/pcrcommon.hxx +++ b/extensions/source/propctrlr/pcrcommon.hxx @@ -27,7 +27,6 @@ #include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <com/sun/star/beans/PropertyChangeEvent.hpp> -#include <toolkit/helper/vclunohelper.hxx> #include <comphelper/listenernotification.hxx> |