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.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/document/XUndoManager.idl b/offapi/com/sun/star/document/XUndoManager.idl
index 742c5a64663b..d26bcf7e609c 100644
--- a/offapi/com/sun/star/document/XUndoManager.idl
+++ b/offapi/com/sun/star/document/XUndoManager.idl
@@ -41,8 +41,8 @@
module com { module sun { module star { module document {
-published interface XUndoAction;
-published interface XUndoManagerListener;
+interface XUndoAction;
+interface XUndoManagerListener;
//==================================================================================================================
@@ -77,7 +77,7 @@ published interface XUndoManagerListener;
<member>XLockable::unlock</member> methods. When it is locked, then every attempt to add an undo action, or to
enter or leave an Undo context, will be silently ignored.</p>
*/
-published interface XUndoManager
+interface XUndoManager
{
/** allows <a href="#locking">locking</a> the undo manager.
*/