summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2000-11-30 13:39:16 +0000
committerThomas Lange <tl@openoffice.org>2000-11-30 13:39:16 +0000
commit2a4ae7d32ab1ae164f062613242d18e5a3d82fb0 (patch)
tree140dd02fe9437d85123d16afa8e996a86fc230ea /offapi/com/sun/star/linguistic2/XLinguServiceManager.idl
parenta98510fe2ae1e65c0d66aa466b057df6083ab76b (diff)
#80600# getAvailableLocales added
Diffstat (limited to 'offapi/com/sun/star/linguistic2/XLinguServiceManager.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/XLinguServiceManager.idl9
1 files changed, 7 insertions, 2 deletions
diff --git a/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl b/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl
index ac8932a24..a0f107921 100644
--- a/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl
+++ b/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XLinguServiceManager.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:23 $
+ * last change: $Author: tl $ $Date: 2000-11-30 14:37:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,6 +113,11 @@ interface XLinguServiceManager : com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/* appropriate exception statement needed! */
+ sequence< com::sun::star::lang::Locale > getAvailableLocales(
+ [in] string aServiceName );
+
+ //-------------------------------------------------------------------------
+ /* appropriate exception statement needed! */
void setConfiguredServices(
[in] string aServiceName,
[in] com::sun::star::lang::Locale aLocale,