diff options
author | August Sodora <augsod@gmail.com> | 2011-11-26 22:56:51 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-11-26 22:57:22 -0500 |
commit | 69ee7654fa662a577890d594214cba1b0cbfea6f (patch) | |
tree | 6ef861aee08e43c3b4247c5d47c58362ba463802 /svl | |
parent | a627ec05ce7ea85acaeab68aee925c4c295e9c4a (diff) |
Remove unnecessary includes
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/lngmisc.hxx | 4 | ||||
-rw-r--r-- | svl/source/misc/lngmisc.cxx | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/svl/inc/svl/lngmisc.hxx b/svl/inc/svl/lngmisc.hxx index c24ed4d1bd96..d3521bceddb7 100644 --- a/svl/inc/svl/lngmisc.hxx +++ b/svl/inc/svl/lngmisc.hxx @@ -33,10 +33,6 @@ #include <rtl/ustring.hxx> -class String; - -/////////////////////////////////////////////////////////////////////////// - #define SVT_SOFT_HYPHEN (static_cast<sal_Unicode>(0x00AD)) #define SVT_HARD_HYPHEN (static_cast<sal_Unicode>(0x2011)) diff --git a/svl/source/misc/lngmisc.cxx b/svl/source/misc/lngmisc.cxx index 1c4216098f39..2e6a0a4dfab9 100644 --- a/svl/source/misc/lngmisc.cxx +++ b/svl/source/misc/lngmisc.cxx @@ -34,7 +34,6 @@ #include <comphelper/string.hxx> #include <rtl/ustrbuf.hxx> #include <tools/debug.hxx> -#include <tools/string.hxx> namespace linguistic { |