[Libreoffice-commits] core.git: sc/source

Tor Lillqvist tml at collabora.com
Thu Dec 10 02:47:59 PST 2015


 sc/source/ui/view/gridwin.cxx  |    4 ++--
 sc/source/ui/view/gridwin3.cxx |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 28082ae6a13a3460e3945d5e90dc76689b98edd8
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Dec 10 12:47:18 2015 +0200

    s/dobble/double
    
    Change-Id: Ie348c008ffec326c5c4429cfb1a791951dd8a16a

diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index d0bdbe4..344f71fe 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -2037,7 +2037,7 @@ void ScGridWindow::HandleMouseButtonDown( const MouseEvent& rMEvt, MouseEventSta
         return;
     }
 
-            //      dobble click started ?
+            //      double click started ?
 
     // StopMarking can be called from DrawMouseButtonDown
 
@@ -2439,7 +2439,7 @@ void ScGridWindow::MouseButtonUp( const MouseEvent& rMEvt )
         OUString aName, aUrl, aTarget;
         if ( GetEditUrl( rMEvt.GetPosPixel(), &aName, &aUrl, &aTarget ) )
         {
-            nMouseStatus = SC_GM_NONE;              // Ignore dobble-click
+            nMouseStatus = SC_GM_NONE;              // Ignore double-click
 
             // ScGlobal::OpenURL() only understands Calc A1 style syntax.
             // Convert it to Calc A1 before calling OpenURL().
diff --git a/sc/source/ui/view/gridwin3.cxx b/sc/source/ui/view/gridwin3.cxx
index 97d149c..4f97aa4 100644
--- a/sc/source/ui/view/gridwin3.cxx
+++ b/sc/source/ui/view/gridwin3.cxx
@@ -53,7 +53,7 @@ bool ScGridWindow::DrawMouseButtonDown(const MouseEvent& rMEvt)
         Point aLogicPos = PixelToLogic(rMEvt.GetPosPixel());
         if ( pDraw->IsDetectiveHit( aLogicPos ) )
         {
-            // nothing on detectiv arrows (dobble click is evaluated on ButtonUp)
+            // nothing on detective arrows (double click is evaluated on ButtonUp)
             bRet = true;
         }
         else


More information about the Libreoffice-commits mailing list