diff options
author | August Sodora <augsod@gmail.com> | 2011-11-26 13:57:29 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-11-26 13:57:29 -0500 |
commit | 38e0df5b2ece3c80c64beb2f0cc3a2abe6bd475f (patch) | |
tree | b6f9bc86bd2d28db5067403ccce9c98338ece588 /svl | |
parent | 091ba739bad456938d462d808f5a76927d884ed9 (diff) |
Remove newly unused code
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/lngmisc.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/svl/inc/svl/lngmisc.hxx b/svl/inc/svl/lngmisc.hxx index 5278aed16577..cfa21bac5ff7 100644 --- a/svl/inc/svl/lngmisc.hxx +++ b/svl/inc/svl/lngmisc.hxx @@ -57,12 +57,6 @@ inline sal_Bool IsControlChar( sal_Unicode cChar ) return cChar < static_cast<sal_Unicode>(' '); } -inline sal_Bool HasHyphens( const rtl::OUString &rTxt ) -{ - return rTxt.indexOf( SVT_SOFT_HYPHEN ) != -1 || - rTxt.indexOf( SVT_HARD_HYPHEN ) != -1; -} - SVL_DLLPUBLIC sal_Int32 GetNumControlChars( const rtl::OUString &rTxt ); SVL_DLLPUBLIC sal_Bool RemoveHyphens( rtl::OUString &rTxt ); SVL_DLLPUBLIC sal_Bool RemoveControlChars( rtl::OUString &rTxt ); |