[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Wed Jul 27 06:49:12 PDT 2011
sc/source/ui/view/cellsh4.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e019611b989b16d6d9b41219f25a37ad5541847e
Author: Caolán McNamara <caolanm at 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 at novell.com>
diff --git a/sc/source/ui/view/cellsh4.cxx b/sc/source/ui/view/cellsh4.cxx
index c38a672..39a0d65 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 )
More information about the Libreoffice-commits
mailing list