summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-16 22:35:25 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-16 22:35:25 +0100
commit7af6d80401076742888e210e6c690a568ab3934e (patch)
tree8449f3d69b9b74ec5903ae40c46ea073d5a05412 /offapi/com/sun/star/document
parent00f0883d4763957e20c5116375654a7978510124 (diff)
undoapi: make reset an explicit, atomar operation at the IUndoManager, instead of simulating it in a higher layer
Diffstat (limited to 'offapi/com/sun/star/document')
-rwxr-xr-xoffapi/com/sun/star/document/XUndoManager.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/offapi/com/sun/star/document/XUndoManager.idl b/offapi/com/sun/star/document/XUndoManager.idl
index 5ac7118dc51d..9b485b93c4c1 100755
--- a/offapi/com/sun/star/document/XUndoManager.idl
+++ b/offapi/com/sun/star/document/XUndoManager.idl
@@ -303,7 +303,8 @@ interface XUndoManager
/** resets the Undo manager
<p>In particular, this method will
- <ul><li>close all open undo contexts</li>
+ <ul><li>remove all locks from the undo manager</li>
+ <li>close all open undo contexts</li>
<li>clear the undo stack</li>
<li>clear the redo stack</li>
</ul></p>