summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-06 17:55:56 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-06 17:56:11 +0100
commitb0926378ac46f50b16fa6a6c2e3b42937fc34976 (patch)
tree3ce118f331fe4cf232239452ef3e13a9e5f5a786 /svx
parent1d85c8df2fb9cb25fc524485339ae9f11e8da676 (diff)
Clean up includes of comphelper/stl_types.hxx
Change-Id: I00a8e794189d17ad91a90beb9ce6cb89b7bab2aa
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/dataaccessdescriptor.cxx1
-rw-r--r--svx/source/form/fmobjfac.cxx1
-rw-r--r--svx/source/form/tabwin.cxx1
-rw-r--r--svx/source/inc/fmexch.hxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/form/dataaccessdescriptor.cxx b/svx/source/form/dataaccessdescriptor.cxx
index d9cd76a98d0b..02dde6b27ab4 100644
--- a/svx/source/form/dataaccessdescriptor.cxx
+++ b/svx/source/form/dataaccessdescriptor.cxx
@@ -18,7 +18,6 @@
*/
#include <svx/dataaccessdescriptor.hxx>
-#include <comphelper/stl_types.hxx>
#include <comphelper/propertysetinfo.hxx>
#include <comphelper/genericpropertyset.hxx>
#include <osl/diagnose.h>
diff --git a/svx/source/form/fmobjfac.cxx b/svx/source/form/fmobjfac.cxx
index 528a0fb15fd1..0022e9200988 100644
--- a/svx/source/form/fmobjfac.cxx
+++ b/svx/source/form/fmobjfac.cxx
@@ -18,7 +18,6 @@
*/
#include <tools/diagnose_ex.h>
-#include <comphelper/stl_types.hxx>
#include <svx/svdobj.hxx>
#include "svx/fmtools.hxx"
#include "fmservs.hxx"
diff --git a/svx/source/form/tabwin.cxx b/svx/source/form/tabwin.cxx
index 78ebec695ac2..bd1b51017d11 100644
--- a/svx/source/form/tabwin.cxx
+++ b/svx/source/form/tabwin.cxx
@@ -32,7 +32,6 @@
#include <com/sun/star/awt/XControlContainer.hpp>
#include <com/sun/star/util/XLocalizedAliases.hpp>
#include <comphelper/processfactory.hxx>
-#include <comphelper/stl_types.hxx>
#include "fmhelp.hrc"
#include <svx/fmshell.hxx>
diff --git a/svx/source/inc/fmexch.hxx b/svx/source/inc/fmexch.hxx
index 927b3e6ba988..86cc18a14caf 100644
--- a/svx/source/inc/fmexch.hxx
+++ b/svx/source/inc/fmexch.hxx
@@ -23,7 +23,6 @@
#include <set>
-#include <comphelper/stl_types.hxx>
#include <svtools/transfer.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/container/XNameContainer.hpp>