summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:05:26 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:05:26 +0200
commit6e34c18231ffeb7c52af1acf51e42ee120ca2780 (patch)
treee73f1cfff678eb6528edf2b908e4adcfebc3e31f
parent912d939b74d4ac436d4eb7a473f8c314c34148d8 (diff)
recreated tag libreoffice-3.3.4.1 which had these commits:
commit 807c3f3a3a350d10c7d51c70ee2653de73c94d1c (tag: refs/tags/libreoffice-3.3.4.1) Author: Petr Mladek <pmladek@suse.cz> Date: Tue Aug 2 14:56:30 2011 +0200 Version 3.3.4.1, tag libreoffice-3.3.4.1 (3.3.4-rc1) commit da00d21426b1480e47732bd6721b7ac0fccf220b Author: Caolán McNamara <caolanm@redhat.com> Date: Wed Jul 27 10:56:26 2011 +0100 Resolves: fdo#38955 set selection request as done for macro recorder Signed-off-by: Kohei Yoshida <kyoshida@novell.com> sc/source/ui/view/cellsh4.cxx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Notes
Notes: split repo tag: calc_libreoffice-3.3.4.1
-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 894bee330330..5ed77cbaa6f4 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 )