[Libreoffice-commits] .: sw/source

August Sodora augsod at kemper.freedesktop.org
Fri Nov 25 21:03:19 PST 2011


 sw/source/ui/inc/tmplctrl.hxx  |    1 -
 sw/source/ui/uno/swdetect.hxx  |    1 -
 sw/source/ui/uno/unodoc.cxx    |    1 -
 sw/source/ui/vba/vbasystem.cxx |    3 +--
 4 files changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 7d20dff1031b3c5325c09c541183131bdc15db57
Author: August Sodora <augsod at gmail.com>
Date:   Thu Nov 24 02:40:12 2011 -0500

    Remove unnecessary tools/string includes

diff --git a/sw/source/ui/inc/tmplctrl.hxx b/sw/source/ui/inc/tmplctrl.hxx
index f0579d0..cc48a14 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 124a443..1c72939 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 e85dfea..1b2d1fa 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 4b5b5a6..d8be0e2 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>
 


More information about the Libreoffice-commits mailing list