diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-18 22:44:02 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-09-18 22:06:21 +0000 |
commit | ac226443522c55ab75cab8eed354b999052135a7 (patch) | |
tree | 48801094ac0b40842a7856a9955a5c3a047ef7b6 /sc/source/ui | |
parent | 494aa9ee5d01699c0dcbc912091de30a314c09fc (diff) |
Fix typos
Change-Id: I021589aeca9ef6bceb1c828c2197f5ff58f85b09
Reviewed-on: https://gerrit.libreoffice.org/18707
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/undo/undoblk.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/view/gridwin.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/view/gridwin2.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx index 73346abf6ec2..d1db3b46a3c5 100644 --- a/sc/source/ui/undo/undoblk.cxx +++ b/sc/source/ui/undo/undoblk.cxx @@ -1245,7 +1245,7 @@ void ScUndoDragDrop::DoUndo( ScRange aRange ) // Additionally discard/forget caption ownership during deletion, as // Drag&Drop is a special case in that the Undo holds captions of the - // transfered target range, which would get deleted and + // transferred target range, which would get deleted and // SdrGroupUndo::Undo() would attempt to access invalidated captions and // crash, tdf#92995 InsertDeleteFlags nDelFlags = nUndoFlags | IDF_FORGETCAPTIONS; diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index 5200b85eb0be..1068aad3c711 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -1974,7 +1974,7 @@ void ScGridWindow::HandleMouseButtonDown( const MouseEvent& rMEvt, MouseEventSta pViewData->GetViewShell()->SetDrawShell( false ); // no Draw-Objekt selected - // TestMouse has already happend above + // TestMouse has already happened above } Point aPos = rMEvt.GetPosPixel(); diff --git a/sc/source/ui/view/gridwin2.cxx b/sc/source/ui/view/gridwin2.cxx index d2f97e397623..c24fd53dc509 100644 --- a/sc/source/ui/view/gridwin2.cxx +++ b/sc/source/ui/view/gridwin2.cxx @@ -800,7 +800,7 @@ sal_uInt16 ScGridWindow::HitPageBreak( const Point& rMouse, ScRange* pSource, if (pBreak) *pBreak = nBreak; // X/Y position of the moved page break if (pPrev) - *pPrev = nPrev; // X/Y begining of the page, which is above the break + *pPrev = nPrev; // X/Y beginning of the page, which is above the break return nFound; } |