diff options
Diffstat (limited to 'extensions/source')
-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> |