connectivity/source/drivers/dbase/dindexnode.cxx | 2 +- sw/source/uibase/shells/basesh.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 2106dff67921ba9d8555bee285f55a4157662d33 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon May 23 11:53:10 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon May 23 19:26:48 2022 +0200 Fix typos Change-Id: I53f00e1914283480600dbe84ee96fb38e3cc8e03 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134808 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/connectivity/source/drivers/dbase/dindexnode.cxx b/connectivity/source/drivers/dbase/dindexnode.cxx index 422fef11ce20..3ac8b806499b 100644 --- a/connectivity/source/drivers/dbase/dindexnode.cxx +++ b/connectivity/source/drivers/dbase/dindexnode.cxx @@ -482,7 +482,7 @@ void ONDXPage::Merge(sal_uInt16 nParentNodePos, const ONDXPagePtr& xPage) nMaxNodes_2 = nMaxNodes / 2; // Determine if page is right or left neighbour - bool bRight = ((*xPage)[0].GetKey() > (*this)[0].GetKey()); // sal_True, whenn xPage the right side is + bool bRight = ((*xPage)[0].GetKey() > (*this)[0].GetKey()); // true when xPage is at the right side sal_uInt16 nNewCount = (*xPage).Count() + Count(); if (IsLeaf()) diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx index e63384824b43..4792e0af9f09 100644 --- a/sw/source/uibase/shells/basesh.cxx +++ b/sw/source/uibase/shells/basesh.cxx @@ -1903,7 +1903,7 @@ void SwBaseShell::GetState( SfxItemSet &rSet ) break; case FN_FRAME_WRAP_CONTOUR: bDisable |= bHtmlMode; - //no contour available whenn no wrap or wrap through is set + //no contour available when no wrap or wrap through is set bDisable |= (nSurround == css::text::WrapTextMode_NONE || nSurround == css::text::WrapTextMode_THROUGH); if( !bDisable ) {