diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 17:55:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 17:56:11 +0100 |
commit | b0926378ac46f50b16fa6a6c2e3b42937fc34976 (patch) | |
tree | 3ce118f331fe4cf232239452ef3e13a9e5f5a786 /sd/source/ui | |
parent | 1d85c8df2fb9cb25fc524485339ae9f11e8da676 (diff) |
Clean up includes of comphelper/stl_types.hxx
Change-Id: I00a8e794189d17ad91a90beb9ce6cb89b7bab2aa
Diffstat (limited to 'sd/source/ui')
4 files changed, 0 insertions, 7 deletions
diff --git a/sd/source/ui/animations/STLPropertySet.hxx b/sd/source/ui/animations/STLPropertySet.hxx index 9303a03c1ed9..4cc95e0ffca9 100644 --- a/sd/source/ui/animations/STLPropertySet.hxx +++ b/sd/source/ui/animations/STLPropertySet.hxx @@ -22,8 +22,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> -#include <comphelper/stl_types.hxx> - #include <list> #include <map> diff --git a/sd/source/ui/framework/configuration/Configuration.cxx b/sd/source/ui/framework/configuration/Configuration.cxx index 9ad7bf4a1bff..a4c08409ae82 100644 --- a/sd/source/ui/framework/configuration/Configuration.cxx +++ b/sd/source/ui/framework/configuration/Configuration.cxx @@ -21,9 +21,6 @@ #include "framework/Configuration.hxx" #include "framework/FrameworkHelper.hxx" -#include <comphelper/stl_types.hxx> - - using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/framework/configuration/ConfigurationController.cxx b/sd/source/ui/framework/configuration/ConfigurationController.cxx index 275f1ab04553..50c587adaa00 100644 --- a/sd/source/ui/framework/configuration/ConfigurationController.cxx +++ b/sd/source/ui/framework/configuration/ConfigurationController.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/util/XURLTransformer.hpp> -#include <comphelper/stl_types.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> diff --git a/sd/source/ui/unoidl/DrawController.cxx b/sd/source/ui/unoidl/DrawController.cxx index 8e68baf05ded..ff5bad215461 100644 --- a/sd/source/ui/unoidl/DrawController.cxx +++ b/sd/source/ui/unoidl/DrawController.cxx @@ -31,7 +31,6 @@ #include <comphelper/anytostring.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/stl_types.hxx> #include <comphelper/servicehelper.hxx> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/bootstrap.hxx> |