Kaydet (Commit) 28082ae6 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

s/dobble/double

Change-Id: Ie348c008ffec326c5c4429cfb1a791951dd8a16a
üst 434d8e2c
...@@ -2037,7 +2037,7 @@ void ScGridWindow::HandleMouseButtonDown( const MouseEvent& rMEvt, MouseEventSta ...@@ -2037,7 +2037,7 @@ void ScGridWindow::HandleMouseButtonDown( const MouseEvent& rMEvt, MouseEventSta
return; return;
} }
// dobble click started ? // double click started ?
// StopMarking can be called from DrawMouseButtonDown // StopMarking can be called from DrawMouseButtonDown
...@@ -2439,7 +2439,7 @@ void ScGridWindow::MouseButtonUp( const MouseEvent& rMEvt ) ...@@ -2439,7 +2439,7 @@ void ScGridWindow::MouseButtonUp( const MouseEvent& rMEvt )
OUString aName, aUrl, aTarget; OUString aName, aUrl, aTarget;
if ( GetEditUrl( rMEvt.GetPosPixel(), &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. // ScGlobal::OpenURL() only understands Calc A1 style syntax.
// Convert it to Calc A1 before calling OpenURL(). // Convert it to Calc A1 before calling OpenURL().
......
...@@ -53,7 +53,7 @@ bool ScGridWindow::DrawMouseButtonDown(const MouseEvent& rMEvt) ...@@ -53,7 +53,7 @@ bool ScGridWindow::DrawMouseButtonDown(const MouseEvent& rMEvt)
Point aLogicPos = PixelToLogic(rMEvt.GetPosPixel()); Point aLogicPos = PixelToLogic(rMEvt.GetPosPixel());
if ( pDraw->IsDetectiveHit( aLogicPos ) ) 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; bRet = true;
} }
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment