diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-11 12:37:03 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-13 15:27:24 +0000 |
commit | 806bec7107c426d0d05ceabd82da159e75d7f5ed (patch) | |
tree | a0cd24e6d3629f5b4f33efbafd5f3b674aefb5a7 /sfx2/source/control | |
parent | 4001370ba5900dd0a0ec04c62f5aeb347bde025a (diff) |
Fix typos in comments
Diffstat (limited to 'sfx2/source/control')
-rw-r--r-- | sfx2/source/control/shell.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/shell.cxx b/sfx2/source/control/shell.cxx index ecda3acd192c..fbb5cd6304c2 100644 --- a/sfx2/source/control/shell.cxx +++ b/sfx2/source/control/shell.cxx @@ -443,7 +443,7 @@ SfxRepeatTarget* SfxShell::GetRepeatTarget() const /* [Description] Returns a pointer to the <SfxRepeatTarget> instance that is used in - SID_REPEAT as repeat target when it is adressed from the <SfxUndoManager> + SID_REPEAT as repeat target when it is addressed from the <SfxUndoManager> supplied by this SfxShell. The return value can be NULL. [Note] |