sc/source/ui/app/inputhdl.cxx | 2 +- sw/source/ui/misc/bookmark.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit ecef3edbcd61a80c1c65982a1ac71b23e06d3d54 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jul 27 07:52:33 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jul 27 08:59:46 2022 +0200 Fix typos Change-Id: Ic0e61610612e987c9b1b75f9edcf9c04807d6737 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137488 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx index 99b8be0284a8..3e9fe8e917de 100644 --- a/sc/source/ui/app/inputhdl.cxx +++ b/sc/source/ui/app/inputhdl.cxx @@ -4242,7 +4242,7 @@ void ScInputHandler::NotifyChange( const ScInputHdlState* pState, EditView* pActiveView = pTopView ? pTopView : pTableView; ESelection aSel = pActiveView ? pActiveView->GetSelection() : ESelection(); - // if we switched content completly - don't send huge numbers + // if we switched content completely - don't send huge numbers if (aSel.nStartPara == EE_PARA_NOT_FOUND) aSel.nStartPara = 0; diff --git a/sw/source/ui/misc/bookmark.cxx b/sw/source/ui/misc/bookmark.cxx index fe63d4c133ca..6f45170d5d0b 100644 --- a/sw/source/ui/misc/bookmark.cxx +++ b/sw/source/ui/misc/bookmark.cxx @@ -390,7 +390,7 @@ SwInsertBookmarkDlg::SwInsertBookmarkDlg(weld::Window* pParent, SwWrtShell& rS) m_xEditTextBtn->set_sensitive(false); m_xRenameBtn->set_sensitive(false); - // select 3rd colum, otherwise it'll pick 1st one FIXME doesn't work with gtk? + // select 3rd column, otherwise it'll pick 1st one FIXME doesn't work with gtk? m_xBookmarksBox->set_column_editables({ false, false, true, false, false }); PopulateTable();