summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/UndoContextNotClosedException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/UndoContextNotClosedException.idl')
-rw-r--r--offapi/com/sun/star/document/UndoContextNotClosedException.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/UndoContextNotClosedException.idl b/offapi/com/sun/star/document/UndoContextNotClosedException.idl
index 811feb394..81eeca83c 100644
--- a/offapi/com/sun/star/document/UndoContextNotClosedException.idl
+++ b/offapi/com/sun/star/document/UndoContextNotClosedException.idl
@@ -31,14 +31,14 @@
//==================================================================================================================
-module com { module sun { module star { module document {
+module com { module sun { module star { module document {
//==================================================================================================================
/** is thrown when an operation is attempted at an <type>XUndoManager</type> which requires all undo
contexts to be closed, but this requirement is not fullfilled.
*/
-exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateException
+published exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateException
{
};