[Libreoffice-commits] core.git: sw/qa vcl/unx
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Mar 25 11:33:03 UTC 2021
sw/qa/extras/ooxmlexport/ooxmlexport13.cxx | 2 +-
vcl/unx/gtk3/gtk3gtkframe.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 34d6ad3df09ff7a68d00ae69cc03796b1566dfa1
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Mar 20 18:39:14 2021 +0100
Commit: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Thu Mar 25 12:32:23 2021 +0100
Fix typos
Change-Id: I734d34847b6e75991b65a620de6e1bdf2122742d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112818
Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
index c9049e893827..c50a75c6daa1 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
@@ -103,7 +103,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf140182_extraPagebreak, "tdf140182_extraPagebreak
// that is handled so to break only 1 page that result only 2 pages.
// Because of the table, a hack (m_bDummyParaAddedForTableInSection) is set for the entire section,
// that canceled the page break + section break special case handling, resulting 3 pages.
- // The accompanying fix eliminates this cancelation.
+ // The accompanying fix eliminates this cancellation.
CPPUNIT_ASSERT_EQUAL(2, getPages());
}
diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx
index e52ff192869f..5ab09bf5ad7f 100644
--- a/vcl/unx/gtk3/gtk3gtkframe.cxx
+++ b/vcl/unx/gtk3/gtk3gtkframe.cxx
@@ -1554,7 +1554,7 @@ void GtkSalFrame::SetPosSize( tools::Long nX, tools::Long nY, tools::Long nWidth
m_bDefaultSize = false;
// tdf#131031 Just setting maGeometry.nWidth/nHeight will delete
- // the evtl. implicitely existing space at top for the gtk native MenuBar,
+ // the evtl. implicitly existing space at top for the gtk native MenuBar,
// will make the Window too big and the StatusBar at the bottom vanish
// and thus breaks the fix in tdf#130841.
const int nImplicitMenuBarHeight(m_pSalMenu ? m_pSalMenu->GetMenuBarHeight() : 0);
More information about the Libreoffice-commits
mailing list