summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2/XAvailableLocales.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/linguistic2/XAvailableLocales.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/XAvailableLocales.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/linguistic2/XAvailableLocales.idl b/offapi/com/sun/star/linguistic2/XAvailableLocales.idl
index 3c669f487d89..b100dfe205b5 100644
--- a/offapi/com/sun/star/linguistic2/XAvailableLocales.idl
+++ b/offapi/com/sun/star/linguistic2/XAvailableLocales.idl
@@ -23,16 +23,13 @@
#include <com/sun/star/lang/Locale.idl>
-//=============================================================================
module com { module sun { module star { module linguistic2 {
-//=============================================================================
/** retrieves the list of available languages.
*/
published interface XAvailableLocales : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** retrieve the list of supported languages (Locales).
@see <type scope"com::sun::star::linguistic2">XSupportedLocales</type>
@@ -48,7 +45,6 @@ published interface XAvailableLocales : com::sun::star::uno::XInterface
[in] string aServiceName );
};
-//=============================================================================
}; }; }; };