From fe12e0c870ddcb8c6ee540189e2f50442194c6a9 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Wed, 28 Mar 2001 10:22:47 +0000 Subject: getAvailableLocales removed for compatibility --- offapi/com/sun/star/linguistic2/XLinguServiceManager.idl | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'offapi') 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 @@ -186,15 +186,6 @@ interface XLinguServiceManager : com::sun::star::uno::XInterface [in] string aServiceName, [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. -- cgit