summaryrefslogtreecommitdiffstats
path: root/i18nutil/inc
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-08 08:57:41 -0800
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-08 11:23:53 -0600
commitd857f0938b8acd491f297d104889588bb986aa66 (patch)
tree7010e9a6a5dcc05ddb65c6d075f529245e8588d1 /i18nutil/inc
parentunicode: delete unused unicode:isTitle() method (diff)
downloadcore-d857f0938b8acd491f297d104889588bb986aa66.tar.gz
core-d857f0938b8acd491f297d104889588bb986aa66.zip
unicode: delete unused unicode:getCharType() method
Diffstat (limited to 'i18nutil/inc')
-rw-r--r--i18nutil/inc/i18nutil/unicode.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/i18nutil/inc/i18nutil/unicode.hxx b/i18nutil/inc/i18nutil/unicode.hxx
index 7fce041af251..f9ff6e172225 100644
--- a/i18nutil/inc/i18nutil/unicode.hxx
+++ b/i18nutil/inc/i18nutil/unicode.hxx
@@ -48,7 +48,6 @@ public:
static sal_Unicode SAL_CALL getUnicodeScriptStart(com::sun::star::i18n::UnicodeScript type);
static sal_Unicode SAL_CALL getUnicodeScriptEnd(com::sun::star::i18n::UnicodeScript type);
static sal_uInt8 SAL_CALL getUnicodeDirection( const sal_Unicode ch );
- static sal_Int32 SAL_CALL getCharType( const sal_Unicode ch );
static sal_Bool SAL_CALL isUpper( const sal_Unicode ch);
static sal_Bool SAL_CALL isLower( const sal_Unicode ch);
static sal_Bool SAL_CALL isDigit( const sal_Unicode ch);