From 0040076af3e1f45f43435d83335ef8cee8e6ab0c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 11 Dec 2021 12:45:01 +0100 Subject: Fix typos Change-Id: I8e6db5dfb5285e45f862fadf09ecb4142be6e075 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126659 Reviewed-by: Julien Nabet Tested-by: Jenkins --- vcl/source/app/salvtables.cxx | 2 +- vcl/unx/gtk4/convert3to4.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl') diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index a35c90fef9a1..e2599afe1b0b 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -3566,7 +3566,7 @@ void SalInstanceTreeView::InvalidateModelEntry(SvTreeListEntry* pEntry) void SalInstanceTreeView::do_set_toggle(SvTreeListEntry* pEntry, TriState eState, int col) { assert(col >= 0 && o3tl::make_unsigned(col) < pEntry->ItemCount()); - // if its the placeholder to allow a blank column, replace it now + // if it's the placeholder to allow a blank column, replace it now if (pEntry->GetItem(col).GetType() != SvLBoxItemType::Button) { SvLBoxButtonData* pData = m_bTogglesAsRadio ? &m_aRadioButtonData : &m_aCheckButtonData; diff --git a/vcl/unx/gtk4/convert3to4.cxx b/vcl/unx/gtk4/convert3to4.cxx index 5b6e1f7780e2..f975196062b7 100644 --- a/vcl/unx/gtk4/convert3to4.cxx +++ b/vcl/unx/gtk4/convert3to4.cxx @@ -1316,7 +1316,7 @@ ConvertResult Convert3To4(const css::uno::Reference& xNode // for GtkMenuButton if this is a gearmenu with just an icon // then "icon-name" is used for the indicator and there is // expected to be no text. If there is a GtkPicture then treat - // this like a GtkButton and presumably its a ToggleMenuButton + // this like a GtkButton and presumably it's a ToggleMenuButton // and the relocation of contents happens in the builder if (sClass == "GtkMenuButton") { -- cgit v1.2.3