summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2/SpellChecker.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/linguistic2/SpellChecker.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/SpellChecker.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/linguistic2/SpellChecker.idl b/offapi/com/sun/star/linguistic2/SpellChecker.idl
index 087c28a567df..3885c92a702f 100644
--- a/offapi/com/sun/star/linguistic2/SpellChecker.idl
+++ b/offapi/com/sun/star/linguistic2/SpellChecker.idl
@@ -24,14 +24,12 @@
#include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/lang/XServiceDisplayName.idl>
-//=============================================================================
module com { module sun { module star { module linguistic2 {
published interface XSpellChecker;
published interface XLinguServiceEventBroadcaster;
-//=============================================================================
/** offers spell checking functionality.
*/
published service SpellChecker
@@ -44,7 +42,6 @@ published service SpellChecker
interface com::sun::star::lang::XServiceDisplayName;
};
-//=============================================================================
}; }; }; };