diff options
-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> |