[Libreoffice-commits] core.git: compilerplugins/clang sw/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jun 14 08:05:16 UTC 2020
compilerplugins/clang/simplifypointertobool.cxx | 2 +-
sw/qa/extras/ooxmlexport/ooxmlexport15.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e43d8d0f91b6949fa3914d034f9b9c166740afcf
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 14 10:00:24 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jun 14 10:04:41 2020 +0200
Fix typos
Change-Id: I05ff44b5b9a7981b98a7eb09837fb32f9308116c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94935
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/compilerplugins/clang/simplifypointertobool.cxx b/compilerplugins/clang/simplifypointertobool.cxx
index 4630556984a3..05058d5d8c01 100644
--- a/compilerplugins/clang/simplifypointertobool.cxx
+++ b/compilerplugins/clang/simplifypointertobool.cxx
@@ -250,7 +250,7 @@ private:
//TODO: Arguably, such a call of a `get` member function from within some member
// function (so that syntactically no caller is mentioned) should already be handled
// differently when reporting it (just "drop the get()" does not make sense), instead of
- // being fitered here:
+ // being filtered here:
return {};
}
// CXXMemberCallExpr::getExprLoc happens to return the location following the "." or "->":
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
index 08bbc76883d5..0f3a428c5985 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
@@ -35,7 +35,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf133334_followPgStyle, "tdf133334_followPgStyle.o
DECLARE_OOXMLEXPORT_TEST(testTdf133370_columnBreak, "tdf133370_columnBreak.odt")
{
- // Since non-DOCX formats ignores column breaks in non-column situtations, don't export to docx.
+ // Since non-DOCX formats ignores column breaks in non-column situations, don't export to docx.
CPPUNIT_ASSERT_EQUAL(1, getPages());
}
More information about the Libreoffice-commits
mailing list