diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-27 10:56:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-27 10:57:11 +0100 |
commit | ef0884fa979238530f3a4656703a0408307ddcf7 (patch) | |
tree | c9638a939b262eda1c827c3ecf33a93a05118d22 | |
parent | e32e23a427466abcd0de290632e4436ffb656235 (diff) |
Resolves: fdo#38955 set selection request as done for macro recorder
-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 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 ) |