summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-27 10:56:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-27 10:57:11 +0100
commite6ffcc9e12567dbff3197d3976339aab59456107 (patch)
treed8b303a145e36a8ed2ea062d441c45c5b2316ee5
parente9abbfb34d0b57127688fc0135b463cd3ecaaf2d (diff)
Resolves: fdo#38955 set selection request as done for macro recorder
-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 )