Fix typos

Change-Id: I05ff44b5b9a7981b98a7eb09837fb32f9308116c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94935
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2020-06-14 10:00:24 +02:00
committed by Julien Nabet
parent 15bf1b3935
commit e43d8d0f91
2 changed files with 2 additions and 2 deletions

View File

@@ -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 "->":

View File

@@ -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());
}