sc/qa/unit/uicalc/uicalc2.cxx | 2 +- vcl/qt5/QtInstanceMenuButton.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 619d1434d1dea7bdba7278f47bb80b319d7ccd6e Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Feb 3 19:30:19 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Feb 4 21:56:25 2026 +0100 Fix typo Change-Id: If3dcc23a41503f625b1ae08a34db3875e641ca45 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198623 Reviewed-by: Michael Weghorn <[email protected]> Tested-by: Jenkins diff --git a/vcl/qt5/QtInstanceMenuButton.cxx b/vcl/qt5/QtInstanceMenuButton.cxx index 7ef9b30b0ebf..83b674c78a9c 100644 --- a/vcl/qt5/QtInstanceMenuButton.cxx +++ b/vcl/qt5/QtInstanceMenuButton.cxx @@ -152,7 +152,7 @@ void QtInstanceMenuButton::updateToolButtonStyle(QToolButton& rToolButton) SolarMutexGuard g; GetQtInstance().RunInMainThread([&] { - // set tool buttton style to ensure that text is shown when not empty, + // set tool button style to ensure that text is shown when not empty, // and no unnecessary space is reserved for text if it is empty const Qt::ToolButtonStyle eStyle = rToolButton.text().isEmpty() ? Qt::ToolButtonIconOnly : Qt::ToolButtonTextBesideIcon; commit 467ad85788c3bd9b39006732400f722901e6c734 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Feb 3 19:30:18 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Feb 4 21:56:15 2026 +0100 Fix typo Change-Id: If3dcc23a41503f625b1ae08a34db3875e641ca44 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198622 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/sc/qa/unit/uicalc/uicalc2.cxx b/sc/qa/unit/uicalc/uicalc2.cxx index 7bc542920cbf..fa7d5c8967b7 100644 --- a/sc/qa/unit/uicalc/uicalc2.cxx +++ b/sc/qa/unit/uicalc/uicalc2.cxx @@ -1805,7 +1805,7 @@ CPPUNIT_TEST_FIXTURE(ScUiCalcTest2, testTdf170567_paste_Biff12_and_save_ODS) CPPUNIT_ASSERT_EQUAL(u"3"_ustr, pDoc->GetString(ScAddress(3, 3, 0))); CPPUNIT_ASSERT_EQUAL(u"4"_ustr, pDoc->GetString(ScAddress(3, 4, 0))); - // Save to ODS and realod. Without the fix in place, this test used to hang (and now there is + // Save to ODS and reload. Without the fix in place, this test used to hang (and now there is // an assertion that would fail): saveAndReload(TestFilter::ODS);
