summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/document/EmptyUndoStackException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/EmptyUndoStackException.idl')
-rw-r--r--offapi/com/sun/star/document/EmptyUndoStackException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/EmptyUndoStackException.idl b/offapi/com/sun/star/document/EmptyUndoStackException.idl
index ee3e5a53adc8..d4db199b6b8e 100644
--- a/offapi/com/sun/star/document/EmptyUndoStackException.idl
+++ b/offapi/com/sun/star/document/EmptyUndoStackException.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/util/InvalidStateException.idl>
-//==================================================================================================================
module com { module sun { module star { module document {
-//==================================================================================================================
/** is raised when an operation is attemption at an XUndoManager which requires a non-empty stack
of undo actions, and this requirement is not fullfilled.
@@ -43,11 +41,9 @@ exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateExceptio
{
};
-//==================================================================================================================
}; }; }; };
-//==================================================================================================================
#endif