summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBustamam Harun <bustamam@openoffice.org>2000-12-08 21:56:00 +0000
committerBustamam Harun <bustamam@openoffice.org>2000-12-08 21:56:00 +0000
commit3527099e7cfea248d2767b6b3b6a30e5e0290145 (patch)
tree2be7a3a80dffdc45bd178eaddbcdd33bb4f2465f
parent3ac5e116ff9d23f1fb0ad064b6b25dfeb801d0af (diff)
changed getAllInstalledLocaleNames() to return Sequence<Locale> instead of Sequence<OUString>
-rw-r--r--offapi/com/sun/star/i18n/XLocaleData.idl5
1 files changed, 3 insertions, 2 deletions
diff --git a/offapi/com/sun/star/i18n/XLocaleData.idl b/offapi/com/sun/star/i18n/XLocaleData.idl
index cc2d668ae..7d7662ee5 100644
--- a/offapi/com/sun/star/i18n/XLocaleData.idl
+++ b/offapi/com/sun/star/i18n/XLocaleData.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XLocaleData.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: er $ $Date: 2000-11-18 18:43:14 $
+ * last change: $Author: bustamam $ $Date: 2000-12-08 22:56:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -146,6 +146,7 @@ interface XLocaleData: com::sun::star::uno::XInterface
ForbiddenCharacters getForbiddenCharacters ([in] com::sun::star::lang::Locale rLocale);
sequence<string> getReservedWord ([in] com::sun::star::lang::Locale rLocale);
+ sequence<string> getAllInstalledLocaleNames();
};
//=============================================================================