diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-12-10 12:47:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-12-10 12:47:29 +0200 |
commit | 28082ae6a13a3460e3945d5e90dc76689b98edd8 (patch) | |
tree | 7ce21b8a42fe64403cef33ee336461ef0f0e1881 /sc | |
parent | 434d8e2c7042a4d11b9d74ce84434e2bcc249038 (diff) |
s/dobble/double
Change-Id: Ie348c008ffec326c5c4429cfb1a791951dd8a16a
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/gridwin.cxx | 4 | ||||
-rw-r--r-- | sc/source/ui/view/gridwin3.cxx | 2 |
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 |