summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-27 10:56:26 +0100
committerKohei Yoshida <kyoshida@novell.com>2011-07-27 09:48:59 -0400
commite019611b989b16d6d9b41219f25a37ad5541847e (patch)
treee70cf343d27384b601fe47460767ad9e3a018a0b
parent994b015908d6bb3d86193856e01678b9d2183047 (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.cxx1
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 )