summaryrefslogtreecommitdiff
path: root/i18npool/inc/numtochar.hxx
diff options
context:
space:
mode:
authorKarl Hong <khong@openoffice.org>2002-03-30 08:25:16 +0000
committerKarl Hong <khong@openoffice.org>2002-03-30 08:25:16 +0000
commit1c1bd3a6f1ba7c1efe8b52670a6f7f7477a9d55a (patch)
tree0ef6785714f7f7820b60b6988c9db201c3134c82 /i18npool/inc/numtochar.hxx
parent1e92b7f501133182090aee8ba1893e3fe84f330e (diff)
#98442#TextToNum, CharToNum transliteration
Diffstat (limited to 'i18npool/inc/numtochar.hxx')
-rw-r--r--i18npool/inc/numtochar.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/i18npool/inc/numtochar.hxx b/i18npool/inc/numtochar.hxx
index 21c0b756a190..7181c7be9318 100644
--- a/i18npool/inc/numtochar.hxx
+++ b/i18npool/inc/numtochar.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numtochar.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: er $ $Date: 2002-03-26 17:57:44 $
+ * last change: $Author: khong $ $Date: 2002-03-30 09:23:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,18 +61,18 @@
#ifndef _L10N_TRANSLITERATION_NUMTOCHAR_HXX_
#define _L10N_TRANSLITERATION_NUMTOCHAR_HXX_
-#include <transliteration_OneToOne.hxx>
+#include <transliteration_Numeric.hxx>
namespace com { namespace sun { namespace star { namespace i18n {
-class NumToChar : public transliteration_OneToOne {
+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:
- const sal_Unicode *num2char;
+ sal_Int16 number;
};
#define TRANSLITERATION_NUMTOCHAR( name ) \