[Libreoffice-commits] core.git: sw/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Aug 12 08:14:51 UTC 2021
sw/qa/extras/odfexport/odfexport2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d89a9d72cbbcf6bd7e1c5a4f3f00db5122e36707
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Aug 9 23:00:41 2021 +0200
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Aug 12 10:14:00 2021 +0200
Fix typo
Change-Id: I22b6912d2d26c26447fbddefcf15fc6dea8e8717
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120228
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/sw/qa/extras/odfexport/odfexport2.cxx b/sw/qa/extras/odfexport/odfexport2.cxx
index 8e888f1aaa59..cc2b296fa357 100644
--- a/sw/qa/extras/odfexport/odfexport2.cxx
+++ b/sw/qa/extras/odfexport/odfexport2.cxx
@@ -62,7 +62,7 @@ DECLARE_ODFEXPORT_TEST(testTdf137199, "tdf137199.docx")
DECLARE_ODFEXPORT_TEST(testTdf143605, "tdf143605.odt")
{
- // With numering type "none" there should be nothing
+ // With numbering type "none" there should be nothing
CPPUNIT_ASSERT_EQUAL(OUString(""), getProperty<OUString>(getParagraph(1), "ListLabelString"));
}
More information about the Libreoffice-commits
mailing list