diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-20 15:15:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-20 19:00:36 +0100 |
commit | 45e366eadbba69140214a8e745a1d3ce3e4e8337 (patch) | |
tree | cf01cfc9006789d7effb61ae140028829fc879c6 /cui | |
parent | 8bb4b18127cdc6259ecd65ec0f28d27d0513cb26 (diff) |
drop unnecessary tools/string includes
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
Diffstat (limited to 'cui')
-rw-r--r-- | cui/inc/pch/precompiled_cui.hxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/plfilter.cxx | 2 | ||||
-rw-r--r-- | cui/source/options/cfgchart.hxx | 1 | ||||
-rw-r--r-- | cui/source/options/connpoolsettings.hxx | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/cui/inc/pch/precompiled_cui.hxx b/cui/inc/pch/precompiled_cui.hxx index 59c0dde4d6d7..a1bc8d615cdd 100644 --- a/cui/inc/pch/precompiled_cui.hxx +++ b/cui/inc/pch/precompiled_cui.hxx @@ -559,7 +559,6 @@ #include <tools/resary.hxx> #include <tools/shl.hxx> #include <tools/stream.hxx> -#include <tools/string.hxx> #include <tools/time.hxx> #include <tools/urlobj.hxx> #include <ucbhelper/content.hxx> diff --git a/cui/source/dialogs/plfilter.cxx b/cui/source/dialogs/plfilter.cxx index 34653e130dca..034e67fb3909 100644 --- a/cui/source/dialogs/plfilter.cxx +++ b/cui/source/dialogs/plfilter.cxx @@ -29,8 +29,6 @@ #include <com/sun/star/plugin/PluginManager.hpp> #include <com/sun/star/plugin/XPluginManager.hpp> -#include <tools/string.hxx> - using namespace std; using namespace com::sun::star::uno; using namespace com::sun::star::lang; diff --git a/cui/source/options/cfgchart.hxx b/cui/source/options/cfgchart.hxx index 71ec42f68e63..e2a881d0e9dc 100644 --- a/cui/source/options/cfgchart.hxx +++ b/cui/source/options/cfgchart.hxx @@ -22,7 +22,6 @@ // header for TYPEINFO #include <tools/rtti.hxx> -#include <tools/string.hxx> // header for ConfigItem #include <unotools/configitem.hxx> // header for SfxPoolItem diff --git a/cui/source/options/connpoolsettings.hxx b/cui/source/options/connpoolsettings.hxx index 01ffccf654de..59c07615ac70 100644 --- a/cui/source/options/connpoolsettings.hxx +++ b/cui/source/options/connpoolsettings.hxx @@ -23,7 +23,6 @@ #include <comphelper/stl_types.hxx> #include <rtl/ustring.hxx> #include <svl/poolitem.hxx> -#include <tools/string.hxx> //........................................................................ namespace offapp |