summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/ModeChangeEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/ModeChangeEvent.idl')
-rw-r--r--offapi/com/sun/star/util/ModeChangeEvent.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/ModeChangeEvent.idl b/offapi/com/sun/star/util/ModeChangeEvent.idl
index bb11a2f5afbb..f84cc6923796 100644
--- a/offapi/com/sun/star/util/ModeChangeEvent.idl
+++ b/offapi/com/sun/star/util/ModeChangeEvent.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** allows to veto changes in an object's internal mode.
@@ -45,7 +43,6 @@ published struct ModeChangeEvent : com::sun::star::lang::EventObject
string NewMode;
};
-//=============================================================================
}; }; }; };