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 /cui | |
parent | 1d85c8df2fb9cb25fc524485339ae9f11e8da676 (diff) |
Clean up includes of comphelper/stl_types.hxx
Change-Id: I00a8e794189d17ad91a90beb9ce6cb89b7bab2aa
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/cuifmsearch.hxx | 1 | ||||
-rw-r--r-- | cui/source/inc/dbregister.hxx | 1 | ||||
-rw-r--r-- | cui/source/options/sdbcdriverenum.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/inc/cuifmsearch.hxx b/cui/source/inc/cuifmsearch.hxx index fc42bb9ebb7d..f2cc52e9db3e 100644 --- a/cui/source/inc/cuifmsearch.hxx +++ b/cui/source/inc/cuifmsearch.hxx @@ -31,7 +31,6 @@ #include <vcl/lstbox.hxx> #include <tools/link.hxx> #include <comphelper/uno3.hxx> -#include <comphelper/stl_types.hxx> #include <rtl/ustring.hxx> namespace svxform { diff --git a/cui/source/inc/dbregister.hxx b/cui/source/inc/dbregister.hxx index 6d3219d8b007..b74d31cd9b98 100644 --- a/cui/source/inc/dbregister.hxx +++ b/cui/source/inc/dbregister.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_CUI_SOURCE_INC_DBREGISTER_HXX #define INCLUDED_CUI_SOURCE_INC_DBREGISTER_HXX -#include <comphelper/stl_types.hxx> #include <rtl/ustring.hxx> #include <sfx2/basedlgs.hxx> #include <svl/poolitem.hxx> diff --git a/cui/source/options/sdbcdriverenum.cxx b/cui/source/options/sdbcdriverenum.cxx index 939985e6bb1c..3a0bc110ce9a 100644 --- a/cui/source/options/sdbcdriverenum.cxx +++ b/cui/source/options/sdbcdriverenum.cxx @@ -18,7 +18,6 @@ */ #include "sdbcdriverenum.hxx" -#include <comphelper/stl_types.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/container/XEnumerationAccess.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> |