diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-13 12:24:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-13 13:54:51 +0000 |
commit | 09dc5813591343fde6959db9f7986d37ae3fbd31 (patch) | |
tree | f4a15b4a51d82b729b9d7a313f9eaa7a9c3fe431 /sfx2 | |
parent | e13b06b129bb8b7860f7f5b2870d337e90512c12 (diff) |
drop unnecessary tools/string.hxx includes
Change-Id: I2439ed19b554381f80e882aacbac05167622df92
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/pch/precompiled_sfx.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/bastyp/sfxhtml.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index e11f7a584016..13139d9c451a 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.hxx @@ -744,7 +744,6 @@ #include <tools/rtti.hxx> #include <tools/shl.hxx> #include <tools/stream.hxx> -#include <tools/string.hxx> #include <tools/svborder.hxx> #include <tools/tenccvt.hxx> #include <tools/time.hxx> diff --git a/sfx2/source/bastyp/sfxhtml.cxx b/sfx2/source/bastyp/sfxhtml.cxx index 8c903b8d5848..c0c05b0ee106 100644 --- a/sfx2/source/bastyp/sfxhtml.cxx +++ b/sfx2/source/bastyp/sfxhtml.cxx @@ -18,7 +18,6 @@ */ -#include <tools/string.hxx> #include <tools/urlobj.hxx> #include <sfx2/objsh.hxx> |