diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-01-10 22:29:44 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-01-10 23:29:56 +0100 |
commit | ce685f64f38551e7984155783c9c7660d986abf6 (patch) | |
tree | 51760e286f4c5b525dc43722cd56646973b16af7 /sw/qa | |
parent | 1d8ddf14277996aac3aa2de12e8811c39d2a3f84 (diff) |
Fix typo
Change-Id: I867d8466f44934757be103f1dae7544cb1981a55
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86585
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/inc/swmodeltestbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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: |