From 1025ccab5ffb097f482f706a01d49010d5d58c38 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 8 Apr 2003 14:43:54 +0000 Subject: 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 --- i18npool/inc/numtochar.hxx | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'i18npool/inc/numtochar.hxx') 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 -- cgit v1.2.3