summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2/LinguServiceManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/linguistic2/LinguServiceManager.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/LinguServiceManager.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/linguistic2/LinguServiceManager.idl b/offapi/com/sun/star/linguistic2/LinguServiceManager.idl
index cd79e48e86ba..43f83bbb1c54 100644
--- a/offapi/com/sun/star/linguistic2/LinguServiceManager.idl
+++ b/offapi/com/sun/star/linguistic2/LinguServiceManager.idl
@@ -22,14 +22,12 @@
#include <com/sun/star/lang/XComponent.idl>
#include <com/sun/star/lang/XServiceInfo.idl>
-//=============================================================================
module com { module sun { module star { module linguistic2 {
published interface XLinguServiceManager;
published interface XAvailableLocales;
-//=============================================================================
/** offers linguistic functionality. Is to be used to access spell checker,
hyphenator and thesaurus.
*/
@@ -41,7 +39,6 @@ published service LinguServiceManager
interface com::sun::star::lang::XServiceInfo;
};
-//=============================================================================
}; }; }; };