diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-20 18:18:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-20 18:18:45 +0200 |
commit | 033517b4e6dfb648678500b23ebe5cd54bee9001 (patch) | |
tree | 2c67f23f47f650fe5671de5e2ec0ada613b4c482 | |
parent | 978e7b03f8c966ec23b6781d67f612e4665a09f7 (diff) |
Remove unused includes
Change-Id: I25bb67449c8c572075d354e62b1c731e95655b4f
-rw-r--r-- | forms/source/inc/property.hxx | 1 | ||||
-rw-r--r-- | framework/source/services/frame.cxx | 1 | ||||
-rw-r--r-- | include/comphelper/propstate.hxx | 1 | ||||
-rw-r--r-- | sd/source/filter/eppt/epptso.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/shell/SlideSorterService.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/unoidl/SdUnoDrawView.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/unoidl/SdUnoOutlineView.cxx | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/forms/source/inc/property.hxx b/forms/source/inc/property.hxx index 062e3212dec4..202d449a2fb5 100644 --- a/forms/source/inc/property.hxx +++ b/forms/source/inc/property.hxx @@ -28,7 +28,6 @@ #include <com/sun/star/beans/XPropertyState.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <cppuhelper/propshlp.hxx> -#include <cppuhelper/proptypehlp.hxx> #include <comphelper/property.hxx> #include <comphelper/propagg.hxx> #include <tools/debug.hxx> diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 1dbd72316b6d..2588e9f01f4a 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -71,7 +71,6 @@ #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/factory.hxx> -#include <cppuhelper/proptypehlp.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/weak.hxx> diff --git a/include/comphelper/propstate.hxx b/include/comphelper/propstate.hxx index aa3b50e4e25f..a06296f9568a 100644 --- a/include/comphelper/propstate.hxx +++ b/include/comphelper/propstate.hxx @@ -25,7 +25,6 @@ #include <cppuhelper/propshlp.hxx> -#include <cppuhelper/proptypehlp.hxx> #include <cppuhelper/weak.hxx> #include <comphelper/uno3.hxx> #include <comphelper/broadcasthelper.hxx> diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx index 478d89aa8c6e..4a3555aab14f 100644 --- a/sd/source/filter/eppt/epptso.cxx +++ b/sd/source/filter/eppt/epptso.cxx @@ -67,7 +67,6 @@ #include <vcl/cvtgrf.hxx> #include <tools/urlobj.hxx> #include <comphelper/extract.hxx> -#include <cppuhelper/proptypehlp.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <rtl/crc.h> #include <comphelper/classids.hxx> diff --git a/sd/source/ui/slidesorter/shell/SlideSorterService.cxx b/sd/source/ui/slidesorter/shell/SlideSorterService.cxx index 129d2fd1c1bb..dbfc6b077adc 100644 --- a/sd/source/ui/slidesorter/shell/SlideSorterService.cxx +++ b/sd/source/ui/slidesorter/shell/SlideSorterService.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/lang/XUnoTunnel.hpp> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> -#include <cppuhelper/proptypehlp.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/unoidl/SdUnoDrawView.cxx b/sd/source/ui/unoidl/SdUnoDrawView.cxx index 5a0207637d65..820e77cb6b84 100644 --- a/sd/source/ui/unoidl/SdUnoDrawView.cxx +++ b/sd/source/ui/unoidl/SdUnoDrawView.cxx @@ -30,7 +30,6 @@ #include "pres.hxx" #include <comphelper/processfactory.hxx> -#include <cppuhelper/proptypehlp.hxx> #include <cppuhelper/supportsservice.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> diff --git a/sd/source/ui/unoidl/SdUnoOutlineView.cxx b/sd/source/ui/unoidl/SdUnoOutlineView.cxx index 1be0bdbe0a0e..cf97b61cd6ba 100644 --- a/sd/source/ui/unoidl/SdUnoOutlineView.cxx +++ b/sd/source/ui/unoidl/SdUnoOutlineView.cxx @@ -24,7 +24,6 @@ #include "sdpage.hxx" #include "unopage.hxx" -#include <cppuhelper/proptypehlp.hxx> #include <cppuhelper/supportsservice.hxx> #include <svx/unopage.hxx> #include <osl/mutex.hxx> |