sc/source/ui/app/inputhdl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0db3469808fb1a0ea4eae4911324190814a67c98
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Nov 19 19:46:26 2019 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Nov 19 22:34:51 2019 +0100

    Fix typo
    
    Change-Id: I5ae932e727eb3bb4cef3f7e160c3ace32e3f7d47
    Reviewed-on: https://gerrit.libreoffice.org/83225
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx
index feac54132690..950a8280a055 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -2794,7 +2794,7 @@ void ScInputHandler::EnterHandler( ScEnterMode nBlockMode 
)
                 {
                     pActiveViewSh->StopMarking();   // (the InfoBox consumes 
the MouseButtonUp)
 
-                    // tdf#125917 Release the grab the a current mouse-down 
event being handled
+                    // tdf#125917 Release the grab that a current mouse-down 
event being handled
                     // by ScTabView has put on the mouse via its 
SelectionEngine.
                     // Otherwise the warning box cannot interact with the mouse
                     if (ScTabView* pView = 
pActiveViewSh->GetViewData().GetView())
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to