summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XUndoManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XUndoManager.idl')
-rw-r--r--offapi/com/sun/star/document/XUndoManager.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/XUndoManager.idl b/offapi/com/sun/star/document/XUndoManager.idl
index d26bcf7e609c..aa5b0021cd1f 100644
--- a/offapi/com/sun/star/document/XUndoManager.idl
+++ b/offapi/com/sun/star/document/XUndoManager.idl
@@ -37,14 +37,12 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/lang/WrappedTargetException.idl>
-//==================================================================================================================
module com { module sun { module star { module document {
interface XUndoAction;
interface XUndoManagerListener;
-//==================================================================================================================
/** provides access to the undo/redo stacks of a document
@@ -329,11 +327,9 @@ interface XUndoManager
);
};
-//==================================================================================================================
}; }; }; };
-//==================================================================================================================
#endif