summaryrefslogtreecommitdiff
path: root/i18npool/inc/numtochar.hxx
diff options
context:
space:
mode:
authorBustamam Harun <bustamam@openoffice.org>2002-04-04 21:32:36 +0000
committerBustamam Harun <bustamam@openoffice.org>2002-04-04 21:32:36 +0000
commitbcdddb1e0bfca52926ffd359a2525bcc9c4d13b2 (patch)
tree0a2d7ff4606e2c76eef150bd8984a180c56680c8 /i18npool/inc/numtochar.hxx
parent46e1ed2c25308c64b744cdf7073234cf7e23465a (diff)
#98442# Fix missing Halfwidth definition
Diffstat (limited to 'i18npool/inc/numtochar.hxx')
-rw-r--r--i18npool/inc/numtochar.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/i18npool/inc/numtochar.hxx b/i18npool/inc/numtochar.hxx
index 7181c7be9318..678b4243474d 100644
--- a/i18npool/inc/numtochar.hxx
+++ b/i18npool/inc/numtochar.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numtochar.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: khong $ $Date: 2002-03-30 09:23:22 $
+ * last change: $Author: bustamam $ $Date: 2002-04-04 22:32:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@ namespace com { namespace sun { namespace star { namespace i18n {
class NumToChar : public transliteration_Numeric {
public:
- NumToChar();
+ 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);
@@ -96,6 +96,7 @@ TRANSLITERATION_NUMTOCHAR(Indic_ar)
TRANSLITERATION_NUMTOCHAR(EastIndic_ar)
TRANSLITERATION_NUMTOCHAR(Indic_hi)
TRANSLITERATION_NUMTOCHAR(_th)
+TRANSLITERATION_NUMTOCHAR(Halfwidth)
#endif
#undef TRANSLITERATION_NUMTOCHAR