diff options
author | August Sodora <augsod@gmail.com> | 2011-11-24 02:40:12 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-11-25 22:39:55 -0500 |
commit | 7d20dff1031b3c5325c09c541183131bdc15db57 (patch) | |
tree | cb7a1da69bbe213256854e05919a050ef0d365e3 /sw | |
parent | 3d37661a095c8d0a2a4376a859fa73c99a45ca56 (diff) |
Remove unnecessary tools/string includes
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/inc/tmplctrl.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/uno/swdetect.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/uno/unodoc.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/vba/vbasystem.cxx | 3 |
4 files changed, 1 insertions, 5 deletions
diff --git a/sw/source/ui/inc/tmplctrl.hxx b/sw/source/ui/inc/tmplctrl.hxx index f0579d0ec96c..cc48a14f8d6c 100644 --- a/sw/source/ui/inc/tmplctrl.hxx +++ b/sw/source/ui/inc/tmplctrl.hxx @@ -30,7 +30,6 @@ // include --------------------------------------------------------------- #include <sfx2/stbitem.hxx> -#include <tools/string.hxx> // class BookmarkToolBoxControl ------------------------------------------- class SwTemplateControl : public SfxStatusBarControl diff --git a/sw/source/ui/uno/swdetect.hxx b/sw/source/ui/uno/swdetect.hxx index 124a443025cf..1c729391245a 100644 --- a/sw/source/ui/uno/swdetect.hxx +++ b/sw/source/ui/uno/swdetect.hxx @@ -39,7 +39,6 @@ #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <cppuhelper/factory.hxx> #include <tools/link.hxx> -#include <tools/string.hxx> class SfxMedium; diff --git a/sw/source/ui/uno/unodoc.cxx b/sw/source/ui/uno/unodoc.cxx index e85dfead75ec..1b2d1fa3a59a 100644 --- a/sw/source/ui/uno/unodoc.cxx +++ b/sw/source/ui/uno/unodoc.cxx @@ -30,7 +30,6 @@ #include "precompiled_sw.hxx" // System - Includes ----------------------------------------------------- -#include <tools/string.hxx> #include <sfx2/docfac.hxx> #include <sfx2/sfxmodelfactory.hxx> #include "swdll.hxx" diff --git a/sw/source/ui/vba/vbasystem.cxx b/sw/source/ui/vba/vbasystem.cxx index 4b5b5a6366c1..d8be0e21276b 100644 --- a/sw/source/ui/vba/vbasystem.cxx +++ b/sw/source/ui/vba/vbasystem.cxx @@ -26,11 +26,10 @@ * ************************************************************************/ #include "vbasystem.hxx" -#include <vbahelper/vbahelper.hxx> + #include <ooo/vba/word/WdCursorType.hpp> #include <tools/diagnose_ex.h> #include <tools/config.hxx> -#include <tools/string.hxx> #include <osl/file.hxx> #include <tools/urlobj.hxx> |