sw/qa/extras/rtfexport/rtfexport3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fba845287d1734dd0d4ce2e4a69800441a973b05 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Jan 6 17:22:23 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Jan 6 17:08:53 2023 +0000 Fix typo Change-Id: I403ff69c912abb2d62290b4b2067655763e0823c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145153 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/rtfexport/rtfexport3.cxx b/sw/qa/extras/rtfexport/rtfexport3.cxx index f12ab74bef59..55f5a0362174 100644 --- a/sw/qa/extras/rtfexport/rtfexport3.cxx +++ b/sw/qa/extras/rtfexport/rtfexport3.cxx @@ -526,7 +526,7 @@ DECLARE_RTFEXPORT_TEST(testInvalidParagraphStyle, "invalidParagraphStyle.rtf") DECLARE_RTFEXPORT_TEST(testTdf152784_1, "tdf152784_1.rtf") { // Ensure that paragraph having style with numbering does not have numbering - // since it is not explitly defined in paragraph properties + // since it is not explicitly defined in paragraph properties uno::Reference<beans::XPropertySet> xPara(getParagraph(1, "Here should be no numbering!"), uno::UNO_QUERY); CPPUNIT_ASSERT(getProperty<OUString>(xPara, "NumberingStyleName").isEmpty());