summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XUndoManagerListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XUndoManagerListener.idl')
-rw-r--r--offapi/com/sun/star/document/XUndoManagerListener.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/XUndoManagerListener.idl b/offapi/com/sun/star/document/XUndoManagerListener.idl
index 82bb52950f38..449737b72c2c 100644
--- a/offapi/com/sun/star/document/XUndoManagerListener.idl
+++ b/offapi/com/sun/star/document/XUndoManagerListener.idl
@@ -95,7 +95,7 @@ interface XUndoManagerListener : ::com::sun::star::lang::XEventListener
/** is called when an Undo context has been left.
<p>UndoManagerEvent::UndoActionTitle carries the title of the Undo context, and
- UndoManagerEvent::UndoContextDepth the number of open Undo contexts, exluding the
+ UndoManagerEvent::UndoContextDepth the number of open Undo contexts, excluding the
one just left.</p>
@see XUndoManager::leaveUndoContext
@@ -104,7 +104,7 @@ interface XUndoManagerListener : ::com::sun::star::lang::XEventListener
*/
void leftContext( [in] UndoManagerEvent iEvent );
- /** is calledn when a hidden Undo context has been left.
+ /** is called when a hidden Undo context has been left.
<p>UndoManagerEvent::UndoActionTitle is empty, as hidden Undo contexts don't have
a title.</p>