summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/UndoFailedException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/UndoFailedException.idl')
-rw-r--r--offapi/com/sun/star/document/UndoFailedException.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/UndoFailedException.idl b/offapi/com/sun/star/document/UndoFailedException.idl
index 9fbaec7ee..65b23148a 100644
--- a/offapi/com/sun/star/document/UndoFailedException.idl
+++ b/offapi/com/sun/star/document/UndoFailedException.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module document {
@see XUndoAction::undo
@see XUndoManager::undo
*/
-exception UndoFailedException : ::com::sun::star::uno::Exception
+published exception UndoFailedException : ::com::sun::star::uno::Exception
{
/** describes the reason why the operation failed. Usually, this member will carry an exception.
*/
@@ -49,7 +49,7 @@ exception UndoFailedException : ::com::sun::star::uno::Exception
//==================================================================================================================
-}; }; }; };
+}; }; }; };
//==================================================================================================================