diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-12-14 16:47:20 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-12-15 09:21:37 +0100 |
commit | f9e1b1c9f3d5a11a19fb60af564e865dbf2cd5c7 (patch) | |
tree | d47bb525fa91e4f6e3fa9c76d0bd961040840b65 /sw | |
parent | f8a288fdeb6ec0e17d4111beab7701d7b3559062 (diff) |
Fix typo
Change-Id: Id2236f5587c4dfcd6d7f4fbac15d1e9dbb93cd07
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160779
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport18.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx index 967a4f24183e..0f3816a74336 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx @@ -364,7 +364,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf153613_sdtAfterPgBreak, "tdf153613_sdtAfterPgBre DECLARE_OOXMLEXPORT_TEST(testTdf153613_textboxAfterPgBreak3, "tdf153613_textboxAfterPgBreak3.docx") { - // both textboxes on on the second (last) page + // both textboxes on the second (last) page CPPUNIT_ASSERT_EQUAL(2, getPages()); const auto& pLayout = parseLayoutDump(); |