diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-27 10:56:26 +0100 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-07-27 09:48:59 -0400 |
commit | e019611b989b16d6d9b41219f25a37ad5541847e (patch) | |
tree | e70cf343d27384b601fe47460767ad9e3a018a0b | |
parent | 994b015908d6bb3d86193856e01678b9d2183047 (diff) |
Resolves: fdo#38955 set selection request as done for macro recorder
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
-rw-r--r-- | sc/source/ui/view/cellsh4.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/view/cellsh4.cxx b/sc/source/ui/view/cellsh4.cxx index c38a672e2..39a0d6597 100644 --- a/sc/source/ui/view/cellsh4.cxx +++ b/sc/source/ui/view/cellsh4.cxx @@ -275,6 +275,7 @@ void ScCellShell::ExecuteCursorSel( SfxRequest& rReq ) ; } pViewShell->ShowAllCursors(); + rReq.Done(); } void ScCellShell::ExecuteMove( SfxRequest& rReq ) |