diff options
author | Thomas Lange <tl@openoffice.org> | 2001-03-28 10:22:47 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2001-03-28 10:22:47 +0000 |
commit | fe12e0c870ddcb8c6ee540189e2f50442194c6a9 (patch) | |
tree | ed0a3424ad4bfd9ce9455cd2de59b6c875270c89 /offapi | |
parent | 45c6f43c5282d654d0b3b0f188b7700dd71da4fc (diff) |
getAvailableLocales removed for compatibility
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/linguistic2/XLinguServiceManager.idl | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl b/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl index 00656d0325a7..c6fd88eb03c4 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:27 $ + * last change: $Author: tl $ $Date: 2001-03-28 11:22:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -187,15 +187,6 @@ interface XLinguServiceManager : com::sun::star::uno::XInterface [in] com::sun::star::lang::Locale aLocale ); //------------------------------------------------------------------------- - /** retrieves a list of available Locales for a given service - - @param aServiceName - the name of the service to get the list of available Locales for. - */ - sequence< com::sun::star::lang::Locale > getAvailableLocales( - [in] string aServiceName ); - - //------------------------------------------------------------------------- /** set the list of service implementations to be used for a given service and language. |