diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 14:43:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 14:43:54 +0000 |
commit | 1025ccab5ffb097f482f706a01d49010d5d58c38 (patch) | |
tree | d91d1756c1db72630fd1a8021f17be299e26876a /i18npool/inc/numtochar.hxx | |
parent | 92ed8f8d50dc4c3be35e2d25f72e707e219ad359 (diff) |
INTEGRATION: CWS calc06 (1.5.44); FILE MERGED
2003/03/23 07:13:21 khong 1.5.44.2: #106680# Implementing new XExtendedTransliteration interface
2003/03/21 22:23:22 khong 1.5.44.1: #106680# Implementing new XExtendedTransliteration interface
Diffstat (limited to 'i18npool/inc/numtochar.hxx')
-rw-r--r-- | i18npool/inc/numtochar.hxx | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/i18npool/inc/numtochar.hxx b/i18npool/inc/numtochar.hxx index b87a494e2c0d..b55eaeb4b4f3 100644 --- a/i18npool/inc/numtochar.hxx +++ b/i18npool/inc/numtochar.hxx @@ -2,9 +2,9 @@ * * $RCSfile: numtochar.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: khong $ $Date: 2002-05-30 06:59:29 $ + * last change: $Author: rt $ $Date: 2003-04-08 15:43:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,21 +65,11 @@ namespace com { namespace sun { namespace star { namespace i18n { -class NumToChar : public transliteration_Numeric { -public: - NumToChar() {}; - - rtl::OUString SAL_CALL transliterate( const rtl::OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, com::sun::star::uno::Sequence< sal_Int32 >& offset ) throw(com::sun::star::uno::RuntimeException); - -protected: - sal_Int16 number; -}; - #define TRANSLITERATION_NUMTOCHAR( name ) \ -class NumToChar##name : public NumToChar \ +class NumToChar##name : public transliteration_Numeric \ { \ public: \ - NumToChar##name (); \ + NumToChar##name (); \ }; #ifdef TRANSLITERATION_ALL |