diff options
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; } |