[Libreoffice-commits] core.git: sw/source

Chr. Rossmanith ChrRossmanith at gmx.de
Mon Oct 14 04:43:08 PDT 2013


 sw/source/core/text/porlay.hxx  |    1 -
 sw/source/core/tox/toxhlp.cxx   |    1 -
 sw/source/filter/ww8/styles.cxx |    3 +--
 sw/source/filter/ww8/ww8par.hxx |    1 -
 4 files changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 349af6ea58ba4e2df4a1732d941acd4098c7bd87
Author: Chr. Rossmanith <ChrRossmanith at gmx.de>
Date:   Sat Oct 12 21:09:38 2013 +0200

    don't include unused tools/string.hxx
    
    Change-Id: Ia7ac4594c1b9cb853b5f8f5bf76864703376710e
    Reviewed-on: https://gerrit.libreoffice.org/6236
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/source/core/text/porlay.hxx b/sw/source/core/text/porlay.hxx
index 1d6e252..8635645 100644
--- a/sw/source/core/text/porlay.hxx
+++ b/sw/source/core/text/porlay.hxx
@@ -19,7 +19,6 @@
 #ifndef _PORLAY_HXX
 #define _PORLAY_HXX
 
-#include <tools/string.hxx>
 #include <tools/fract.hxx>
 #include <scriptinfo.hxx>
 
diff --git a/sw/source/core/tox/toxhlp.cxx b/sw/source/core/tox/toxhlp.cxx
index 317813f..442edf1 100644
--- a/sw/source/core/tox/toxhlp.cxx
+++ b/sw/source/core/tox/toxhlp.cxx
@@ -20,7 +20,6 @@
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
 #include <comphelper/processfactory.hxx>
 #include <com/sun/star/i18n/IndexEntrySupplier.hpp>
-#include <tools/string.hxx>
 #include <toxwrap.hxx>
 #include <sal/log.hxx>
 
diff --git a/sw/source/filter/ww8/styles.cxx b/sw/source/filter/ww8/styles.cxx
index b3fce48..8bcec46 100644
--- a/sw/source/filter/ww8/styles.cxx
+++ b/sw/source/filter/ww8/styles.cxx
@@ -22,8 +22,7 @@
 
 #include <functional>               //std::unary_function
 #include <algorithm>                //std::find_if
-#include <tools/string.hxx>         //do we have to...
-
+#include "rtl/ustring.hxx"
 #include "staticassert.hxx"      //StaticAssert
 
 namespace
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 38d8d53..8deec29 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -20,7 +20,6 @@
 #ifndef _WW8PAR_HXX
 #define _WW8PAR_HXX
 
-#include <tools/string.hxx>
 #include "rtl/ustring.hxx"
 #include <filter/msfilter/msdffimp.hxx>
 #include <filter/msfilter/util.hxx>


More information about the Libreoffice-commits mailing list