[Libreoffice-commits] .: Branch 'libreoffice-3-3' - sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Wed Jul 27 07:06:23 PDT 2011


 sc/source/ui/view/cellsh4.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit da00d21426b1480e47732bd6721b7ac0fccf220b
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 894bee3..5ed77cb 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