summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/document/UndoManagerEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/UndoManagerEvent.idl')
-rw-r--r--offapi/com/sun/star/document/UndoManagerEvent.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/UndoManagerEvent.idl b/offapi/com/sun/star/document/UndoManagerEvent.idl
index e0866e476040..6747030e55ed 100644
--- a/offapi/com/sun/star/document/UndoManagerEvent.idl
+++ b/offapi/com/sun/star/document/UndoManagerEvent.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//==================================================================================================================
module com { module sun { module star { module document {
-//==================================================================================================================
/** is an event sent by an <type>XUndoManager</type> implementation when the Undo/Redo stacks of the manager are
modified.
@@ -55,11 +53,9 @@ struct UndoManagerEvent : ::com::sun::star::lang::EventObject
long UndoContextDepth;
};
-//==================================================================================================================
}; }; }; };
-//==================================================================================================================
#endif