summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorBustamam Harun <bustamam@openoffice.org>2000-12-08 23:30:16 +0000
committerBustamam Harun <bustamam@openoffice.org>2000-12-08 23:30:16 +0000
commitc6b49ae5966a747ddd1032ee6b720d14fb19271f (patch)
tree24e5595bba6dc21447dcffdb7e38b3c62fd883ef /offapi
parent3527099e7cfea248d2767b6b3b6a30e5e0290145 (diff)
Fix previous checkin
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/i18n/XLocaleData.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/i18n/XLocaleData.idl b/offapi/com/sun/star/i18n/XLocaleData.idl
index 7d7662ee5..52bfb8b61 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: bustamam $ $Date: 2000-12-08 22:56:00 $
+ * last change: $Author: bustamam $ $Date: 2000-12-09 00:30:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -146,7 +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();
+ sequence<com::sun::star::lang::Locale> getAllInstalledLocaleNames();
};
//=============================================================================