diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-03-22 22:46:47 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-03-23 07:27:47 +0100 |
commit | a0f520c40274f64435a18f46a01a67c0ce64b16a (patch) | |
tree | 40f7dd1b835ddaa039d4ac3bf5c208ee59a40a77 /sw | |
parent | f32577e7c797659ece4a28242d94030d4fd95031 (diff) |
Fix typo
Change-Id: I6508daf621dcc0f0d7441d2e962f6a0da6e2a4d1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131954
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/htmlexport/htmlexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx index ee663e9c88b9..f18c5a02470f 100644 --- a/sw/qa/extras/htmlexport/htmlexport.cxx +++ b/sw/qa/extras/htmlexport/htmlexport.cxx @@ -2252,7 +2252,7 @@ CPPUNIT_TEST_FIXTURE(HtmlExportTest, testClearingBreak) // Then make sure that the clear property of the break is not ignored: verify(); reload(mpFilter, "clearing-break.html"); - // Make sure that that the clear property of the break is not ignored during export: + // Make sure that the clear property of the break is not ignored during export: verify(); } |