diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-30 12:08:53 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 10:10:42 +0000 |
commit | 24b60f65a5dbf7f8f7e54c0ffd1210dc4ba8363d (patch) | |
tree | a7548e4853c11b732b3652c64931f5c689284651 /sc/source/ui/view/gridwin.cxx | |
parent | 520514cfe6a99f68b9e1d458fae20026f1a8f66b (diff) |
Fix typos
Change-Id: Ifb52f4a5a547a5a52462c0f9166aad13cbf21cd9
Reviewed-on: https://gerrit.libreoffice.org/18971
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sc/source/ui/view/gridwin.cxx')
-rw-r--r-- | sc/source/ui/view/gridwin.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index 549008a7731a..e3d918c46144 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -2063,7 +2063,7 @@ void ScGridWindow::HandleMouseButtonDown( const MouseEvent& rMEvt, MouseEventSta GetEditUrl(rMEvt.GetPosPixel()) ) // click on link: do not move cursor { SetPointer( Pointer( PointerStyle::RefHand ) ); - nMouseStatus = SC_GM_URLDOWN; // also only esecute when ButtonUp + nMouseStatus = SC_GM_URLDOWN; // also only execute when ButtonUp return; } @@ -2546,7 +2546,7 @@ void ScGridWindow::MouseButtonUp( const MouseEvent& rMEvt ) aAddr = aAddr + ":" + aAddr; } - //! SID_MARKAREA does not exixst anymore ??? + //! SID_MARKAREA does not exist anymore ??? //! What happens when selecting with the cursor ??? } else // only move cursor @@ -3138,7 +3138,7 @@ void ScGridWindow::Command( const CommandEvent& rCEvt ) // Edit cell with spelling errors ? if (bMouse && (GetEditUrl(aPosPixel) || bSpellError)) { - // GetEditUrlOrError has alreasy moved the Cursor + // GetEditUrlOrError has already moved the Cursor pScMod->SetInputMode( SC_INPUT_TABLE ); bEdit = pViewData->HasEditView(eWhich); // Did it work? @@ -3579,7 +3579,7 @@ bool ScGridWindow::DropScroll( const Point& rMousePos ) static bool lcl_TestScenarioRedliningDrop( ScDocument* pDoc, const ScRange& aDragRange) { - // Test, if a senario is affected by a drop when turing on RedLining, + // Test, if a scenario is affected by a drop when turing on RedLining, bool bReturn = false; SCTAB nTab = aDragRange.aStart.Tab(); SCTAB nTabCount = pDoc->GetTableCount(); |