summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-12-10 12:47:18 +0200
committerTor Lillqvist <tml@collabora.com>2015-12-10 12:47:29 +0200
commit28082ae6a13a3460e3945d5e90dc76689b98edd8 (patch)
tree7ce21b8a42fe64403cef33ee336461ef0f0e1881
parent434d8e2c7042a4d11b9d74ce84434e2bcc249038 (diff)
s/dobble/double
Change-Id: Ie348c008ffec326c5c4429cfb1a791951dd8a16a
-rw-r--r--sc/source/ui/view/gridwin.cxx4
-rw-r--r--sc/source/ui/view/gridwin3.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index d0bdbe46792e..344f71feff54 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 97d149c24f34..4f97aa4f6679 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