From ef0884fa979238530f3a4656703a0408307ddcf7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 27 Jul 2011 10:56:26 +0100 Subject: Resolves: fdo#38955 set selection request as done for macro recorder --- sc/source/ui/view/cellsh4.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/sc/source/ui/view/cellsh4.cxx b/sc/source/ui/view/cellsh4.cxx index d5062793940d..f32ce89ece75 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 ) -- cgit