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 /xmloff | |
parent | 1d85c8df2fb9cb25fc524485339ae9f11e8da676 (diff) |
Clean up includes of comphelper/stl_types.hxx
Change-Id: I00a8e794189d17ad91a90beb9ce6cb89b7bab2aa
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/formlayerexport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/forms/propertyexport.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/forms/propertyimport.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/xmlexppr.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/forms/formlayerexport.cxx b/xmloff/source/forms/formlayerexport.cxx index 8a2aba76d237..4900ca9dbb42 100644 --- a/xmloff/source/forms/formlayerexport.cxx +++ b/xmloff/source/forms/formlayerexport.cxx @@ -28,7 +28,6 @@ #include <osl/diagnose.h> #include <comphelper/extract.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <comphelper/stl_types.hxx> #include "officeforms.hxx" namespace xmloff diff --git a/xmloff/source/forms/propertyexport.hxx b/xmloff/source/forms/propertyexport.hxx index ce294c8a9144..8d81ca6d785e 100644 --- a/xmloff/source/forms/propertyexport.hxx +++ b/xmloff/source/forms/propertyexport.hxx @@ -25,7 +25,6 @@ #include <set> #include "formattributes.hxx" -#include <comphelper/stl_types.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertyState.hpp> #include <callbacks.hxx> diff --git a/xmloff/source/forms/propertyimport.hxx b/xmloff/source/forms/propertyimport.hxx index ee7b6a46802b..02f58e2cd5b5 100644 --- a/xmloff/source/forms/propertyimport.hxx +++ b/xmloff/source/forms/propertyimport.hxx @@ -27,7 +27,6 @@ #include <xmloff/xmlictxt.hxx> #include "formattributes.hxx" #include <rtl/ref.hxx> -#include <comphelper/stl_types.hxx> #include <com/sun/star/beans/PropertyValue.hpp> #include "layerimport.hxx" diff --git a/xmloff/source/style/xmlexppr.cxx b/xmloff/source/style/xmlexppr.cxx index a703a997b43a..bddd6eb143d2 100644 --- a/xmloff/source/style/xmlexppr.cxx +++ b/xmloff/source/style/xmlexppr.cxx @@ -37,7 +37,6 @@ #include <xmloff/xmlexp.hxx> #include <xmloff/xmlprmap.hxx> #include <xmloff/PropertySetInfoHash.hxx> -#include <comphelper/stl_types.hxx> using namespace ::std; using namespace ::com::sun::star; |