diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-20 15:15:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-20 19:00:36 +0100 |
commit | 45e366eadbba69140214a8e745a1d3ce3e4e8337 (patch) | |
tree | cf01cfc9006789d7effb61ae140028829fc879c6 /linguistic | |
parent | 8bb4b18127cdc6259ecd65ec0f28d27d0513cb26 (diff) |
drop unnecessary tools/string includes
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/convdic.cxx | 1 | ||||
-rw-r--r-- | linguistic/source/convdic.hxx | 1 | ||||
-rw-r--r-- | linguistic/source/convdicxml.cxx | 1 | ||||
-rw-r--r-- | linguistic/source/dicimp.cxx | 1 | ||||
-rw-r--r-- | linguistic/source/dicimp.hxx | 1 | ||||
-rw-r--r-- | linguistic/source/dlistimp.cxx | 1 | ||||
-rw-r--r-- | linguistic/source/hhconvdic.cxx | 1 | ||||
-rw-r--r-- | linguistic/source/hhconvdic.hxx | 1 | ||||
-rw-r--r-- | linguistic/source/misc.cxx | 1 | ||||
-rw-r--r-- | linguistic/source/misc2.cxx | 1 |
10 files changed, 1 insertions, 9 deletions
diff --git a/linguistic/source/convdic.cxx b/linguistic/source/convdic.cxx index fb00d9db2eac..5ef6f8d340bc 100644 --- a/linguistic/source/convdic.cxx +++ b/linguistic/source/convdic.cxx @@ -23,7 +23,6 @@ #include <osl/mutex.hxx> #include <tools/debug.hxx> #include <tools/stream.hxx> -#include <tools/string.hxx> #include <tools/urlobj.hxx> #include <ucbhelper/content.hxx> #include <comphelper/processfactory.hxx> diff --git a/linguistic/source/convdic.hxx b/linguistic/source/convdic.hxx index 3261ffd8389a..c00656f339ad 100644 --- a/linguistic/source/convdic.hxx +++ b/linguistic/source/convdic.hxx @@ -25,7 +25,6 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <cppuhelper/implbase4.hxx> #include <cppuhelper/interfacecontainer.h> -#include <tools/string.hxx> #include <boost/unordered_map.hpp> #include <set> diff --git a/linguistic/source/convdicxml.cxx b/linguistic/source/convdicxml.cxx index 4bd17fce3c9a..c454824215e9 100644 --- a/linguistic/source/convdicxml.cxx +++ b/linguistic/source/convdicxml.cxx @@ -18,7 +18,6 @@ */ #include <tools/debug.hxx> -#include <tools/string.hxx> #include <i18nlangtag/languagetag.hxx> #include <tools/stream.hxx> #include <osl/mutex.hxx> diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index f14792c805bb..82d4e7e2f66a 100644 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -26,7 +26,6 @@ #include <osl/mutex.hxx> #include <tools/debug.hxx> #include <tools/stream.hxx> -#include <tools/string.hxx> #include <tools/urlobj.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> diff --git a/linguistic/source/dicimp.hxx b/linguistic/source/dicimp.hxx index c8ea57877feb..a488c4a47259 100644 --- a/linguistic/source/dicimp.hxx +++ b/linguistic/source/dicimp.hxx @@ -28,7 +28,6 @@ #include <cppuhelper/implbase2.hxx> // helper for implementations #include <cppuhelper/implbase1.hxx> // helper for implementations #include <cppuhelper/interfacecontainer.h> -#include <tools/string.hxx> #include <tools/stream.hxx> #include "defs.hxx" diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx index 2267e20d6c3b..f90a6b0503b8 100644 --- a/linguistic/source/dlistimp.cxx +++ b/linguistic/source/dlistimp.cxx @@ -22,6 +22,7 @@ #include <i18nlangtag/mslangid.hxx> #include <osl/file.hxx> #include <tools/stream.hxx> +#include <tools/string.hxx> #include <tools/urlobj.hxx> #include <unotools/pathoptions.hxx> #include <unotools/useroptions.hxx> diff --git a/linguistic/source/hhconvdic.cxx b/linguistic/source/hhconvdic.cxx index 090f0e96493a..03a37317aaeb 100644 --- a/linguistic/source/hhconvdic.cxx +++ b/linguistic/source/hhconvdic.cxx @@ -20,7 +20,6 @@ #include <unicode/uscript.h> #include <i18nlangtag/lang.h> #include <tools/stream.hxx> -#include <tools/string.hxx> #include <osl/mutex.hxx> #include <ucbhelper/content.hxx> diff --git a/linguistic/source/hhconvdic.hxx b/linguistic/source/hhconvdic.hxx index 1ffda0911a39..8b72e603dc59 100644 --- a/linguistic/source/hhconvdic.hxx +++ b/linguistic/source/hhconvdic.hxx @@ -25,7 +25,6 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <cppuhelper/implbase3.hxx> #include <cppuhelper/interfacecontainer.h> -#include <tools/string.hxx> #include "linguistic/misc.hxx" #include "defs.hxx" diff --git a/linguistic/source/misc.cxx b/linguistic/source/misc.cxx index fe24438a0b6c..1a7f61763db9 100644 --- a/linguistic/source/misc.cxx +++ b/linguistic/source/misc.cxx @@ -18,7 +18,6 @@ */ #include <sal/macros.h> -#include <tools/string.hxx> #include <tools/debug.hxx> #include <unotools/pathoptions.hxx> #include <svl/lngmisc.hxx> diff --git a/linguistic/source/misc2.cxx b/linguistic/source/misc2.cxx index 726493ebb3b9..abb8e3b393b7 100644 --- a/linguistic/source/misc2.cxx +++ b/linguistic/source/misc2.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/string.hxx> #include <tools/urlobj.hxx> #include <ucbhelper/content.hxx> #include <tools/debug.hxx> |