[Libreoffice-commits] .: sc/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed Jul 27 02:58:24 PDT 2011


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

New commits:
commit e6ffcc9e12567dbff3197d3976339aab59456107
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

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