summaryrefslogtreecommitdiff
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, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/EmptyUndoStackException.idl b/offapi/com/sun/star/document/EmptyUndoStackException.idl
index 35ff85ad2..476a82bbe 100644
--- a/offapi/com/sun/star/document/EmptyUndoStackException.idl
+++ b/offapi/com/sun/star/document/EmptyUndoStackException.idl
@@ -31,14 +31,14 @@
//==================================================================================================================
-module com { module sun { module star { module document {
+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.
*/
-exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateException
+published exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateException
{
};