summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XUndoManagerListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XUndoManagerListener.idl')
-rw-r--r--offapi/com/sun/star/document/XUndoManagerListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/XUndoManagerListener.idl b/offapi/com/sun/star/document/XUndoManagerListener.idl
index f7ab74e020a2..a2da8ec83905 100644
--- a/offapi/com/sun/star/document/XUndoManagerListener.idl
+++ b/offapi/com/sun/star/document/XUndoManagerListener.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/document/UndoManagerEvent.idl>
#include <com/sun/star/lang/XEventListener.idl>
-//==================================================================================================================
module com { module sun { module star { module document {
-//==================================================================================================================
/** implemented by components which want to be notified of changes in the Undo/Redo stacks of an Undo manager.
@@ -136,11 +134,9 @@ interface XUndoManagerListener : ::com::sun::star::lang::XEventListener
void cancelledContext( [in] UndoManagerEvent i_event );
};
-//==================================================================================================================
}; }; }; };
-//==================================================================================================================
#endif