summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-01-28 14:33:16 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-01-28 14:33:16 +0000
commitc76192c1d6c1bbeb882f564332409b036d9c5dd5 (patch)
treeb59c4843c065eef614fdae7fd0fc077cd11a36b2 /i18npool
parent66a5f053c47dc3f83b9d84273bca812e4df8cbc1 (diff)
INTEGRATION: CWS i18n39 (1.17.64); FILE MERGED
2008/01/08 04:20:50 khong 1.17.64.1: i78055 move simple collator tailoring to localedata
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/inc/localedata.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/i18npool/inc/localedata.hxx b/i18npool/inc/localedata.hxx
index 0e282e6b21cf..98f0e5ebd8e2 100644
--- a/i18npool/inc/localedata.hxx
+++ b/i18npool/inc/localedata.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: localedata.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: ihi $ $Date: 2008-01-14 13:54:28 $
+ * last change: $Author: vg $ $Date: 2008-01-28 15:33:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -112,6 +112,7 @@ public:
virtual com::sun::star::uno::Sequence< Currency2 > SAL_CALL getAllCurrencies2( const com::sun::star::lang::Locale& rLocale ) throw(com::sun::star::uno::RuntimeException);
virtual com::sun::star::uno::Sequence< FormatElement > SAL_CALL getAllFormats( const com::sun::star::lang::Locale& rLocale ) throw(com::sun::star::uno::RuntimeException);
virtual com::sun::star::uno::Sequence< Implementation > SAL_CALL getCollatorImplementations( const com::sun::star::lang::Locale& rLocale ) throw(com::sun::star::uno::RuntimeException);
+ virtual rtl::OUString SAL_CALL getCollatorRuleByAlgorithm( const com::sun::star::lang::Locale& rLocale, const rtl::OUString& algorithm ) throw(com::sun::star::uno::RuntimeException);
virtual com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL getTransliterations( const com::sun::star::lang::Locale& rLocale ) throw(com::sun::star::uno::RuntimeException);
virtual ForbiddenCharacters SAL_CALL getForbiddenCharacters( const com::sun::star::lang::Locale& rLocale ) throw(com::sun::star::uno::RuntimeException);
virtual com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL getReservedWord( const com::sun::star::lang::Locale& rLocale ) throw(com::sun::star::uno::RuntimeException) ;