summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/linguistic2/LinguServiceEvent.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/LinguServiceEvent.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl b/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl
index 8c539c359245..f86a9ca2f00c 100644
--- a/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl
+++ b/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module linguistic2 {
-//=============================================================================
/** represents a linguistic service event.
<P>This type of event may be broadcast by a spell checker or
@@ -43,7 +41,6 @@ module com { module sun { module star { module linguistic2 {
*/
published struct LinguServiceEvent : com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** The type of event.
<p>The value may be combined via logical OR from those values
@@ -53,7 +50,6 @@ published struct LinguServiceEvent : com::sun::star::lang::EventObject
};
-//=============================================================================
}; }; }; };