summaryrefslogtreecommitdiff
path: root/i18npool/source/registerservices
diff options
context:
space:
mode:
authorKarl Hong <khong@openoffice.org>2002-09-26 00:35:34 +0000
committerKarl Hong <khong@openoffice.org>2002-09-26 00:35:34 +0000
commitbd2062d0331bfa01b686dabf6b243fc7e1b87a97 (patch)
treec1944d6a45a1d1eeea7f68490c1f8082c1bd093e /i18npool/source/registerservices
parentecdf0542cc54f802ec99c4964f0776467eaaca26 (diff)
#103529# add dictionary word break rule for Catalan
Diffstat (limited to 'i18npool/source/registerservices')
-rw-r--r--i18npool/source/registerservices/registerservices.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/i18npool/source/registerservices/registerservices.cxx b/i18npool/source/registerservices/registerservices.cxx
index 588ec8d07a78..be0341154e59 100644
--- a/i18npool/source/registerservices/registerservices.cxx
+++ b/i18npool/source/registerservices/registerservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: registerservices.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: khong $ $Date: 2002-09-06 07:39:47 $
+ * last change: $Author: khong $ $Date: 2002-09-26 01:35:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -203,6 +203,7 @@ IMPL_CREATEINSTANCE( Calendar_jewish )
IMPL_CREATEINSTANCE( Calendar_buddhist )
IMPL_CREATEINSTANCE_MSF( BreakIteratorImpl )
IMPL_CREATEINSTANCE( BreakIterator_Unicode )
+IMPL_CREATEINSTANCE( BreakIterator_ca )
IMPL_CREATEINSTANCE( BreakIterator_ja )
IMPL_CREATEINSTANCE( BreakIterator_zh )
IMPL_CREATEINSTANCE( BreakIterator_ko )
@@ -462,6 +463,9 @@ static const struct InstancesArray {
{ "com.sun.star.i18n.BreakIterator_Unicode",
"com.sun.star.i18n.BreakIterator_Unicode",
&BreakIterator_Unicode_CreateInstance },
+ { "com.sun.star.i18n.BreakIterator_ca",
+ "com.sun.star.i18n.BreakIterator_ca",
+ &BreakIterator_ca_CreateInstance },
{ "com.sun.star.i18n.BreakIterator_ja",
"com.sun.star.i18n.BreakIterator_ja",
&BreakIterator_ja_CreateInstance },