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/inc | |
parent | a627ec05ce7ea85acaeab68aee925c4c295e9c4a (diff) |
Remove unnecessary includes
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/lngmisc.hxx | 4 |
1 files changed, 0 insertions, 4 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)) |