[Libreoffice-commits] core.git: sw/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jan 10 22:30:28 UTC 2020
sw/qa/inc/swmodeltestbase.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ce685f64f38551e7984155783c9c7660d986abf6
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jan 10 22:29:44 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jan 10 23:29:56 2020 +0100
Fix typo
Change-Id: I867d8466f44934757be103f1dae7544cb1981a55
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86585
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/qa/inc/swmodeltestbase.hxx b/sw/qa/inc/swmodeltestbase.hxx
index 38f8e95a4a40..f7738ef35eef 100644
--- a/sw/qa/inc/swmodeltestbase.hxx
+++ b/sw/qa/inc/swmodeltestbase.hxx
@@ -143,7 +143,7 @@ using namespace css;
CPPUNIT_TEST_SUITE_REGISTRATION(TestName); \
void TestName::verify()
-/// Base class for filter tests loading or roundtriping a document, then asserting the document model.
+/// Base class for filter tests loading or roundtripping a document, then asserting the document model.
class SwModelTestBase : public test::BootstrapFixture, public unotest::MacrosTest, public XmlTestTools
{
private:
More information about the Libreoffice-commits
mailing list