forms/source/inc/property.hxx | 1 - framework/source/services/frame.cxx | 1 - include/comphelper/propstate.hxx | 1 - sd/source/filter/eppt/epptso.cxx | 1 - sd/source/ui/slidesorter/shell/SlideSorterService.cxx | 1 - sd/source/ui/unoidl/SdUnoDrawView.cxx | 1 - sd/source/ui/unoidl/SdUnoOutlineView.cxx | 1 - 7 files changed, 7 deletions(-)
New commits: commit 033517b4e6dfb648678500b23ebe5cd54bee9001 Author: Stephan Bergmann <[email protected]> Date: Mon Jun 20 18:18:45 2016 +0200 Remove unused includes Change-Id: I25bb67449c8c572075d354e62b1c731e95655b4f diff --git a/forms/source/inc/property.hxx b/forms/source/inc/property.hxx index 062e321..202d449 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 1dbd723..2588e9f 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 aa3b50e..a06296f 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 478d89a..4a3555a 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 129d2fd..dbfc6b0 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 5a0207637..820e77c 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 1be0bdb..cf97b61 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
