summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2/XLinguServiceEventListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/linguistic2/XLinguServiceEventListener.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/XLinguServiceEventListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/linguistic2/XLinguServiceEventListener.idl b/offapi/com/sun/star/linguistic2/XLinguServiceEventListener.idl
index 4bdf097f8409..54f1fb7e37d8 100644
--- a/offapi/com/sun/star/linguistic2/XLinguServiceEventListener.idl
+++ b/offapi/com/sun/star/linguistic2/XLinguServiceEventListener.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/lang/XEventListener.idl>
#include <com/sun/star/linguistic2/LinguServiceEvent.idl>
-//=============================================================================
module com { module sun { module star { module linguistic2 {
-//=============================================================================
/** is used to inform listeners about LinguServiceEvents.
<P>The function of this interface is used by the
@@ -40,7 +38,6 @@ module com { module sun { module star { module linguistic2 {
*/
published interface XLinguServiceEventListener : com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/**
@param aLngSvcEvent
the event the listener will be informed about.
@@ -50,7 +47,6 @@ published interface XLinguServiceEventListener : com::sun::star::lang::XEventLis
};
-//=============================================================================
}; }; }; };