diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-12-15 19:37:40 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-12-16 19:41:58 +0100 |
commit | 651ffebdb7cad18ec0a2dda294a6fff231638409 (patch) | |
tree | 148913f722eea11e9a7ab1a9293ea4ce0dab028c /sw/qa | |
parent | 1eb25c11500a235aa141a327a5489f6861e60a89 (diff) |
Fix typos
Change-Id: I1c0e4daa835eba2004ffe9490757dd91d9c9889b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107790
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport15.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx index 78e0844e4f10..c91488efb93b 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx @@ -468,7 +468,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf136589_paraHadField, "tdf136589_paraHadField.doc // The section break should not add an additional CR - which equals an empty page two. CPPUNIT_ASSERT_EQUAL(2, getPages()); - //tdf#118711 - don't explicity specify the default page style at the beginning of the document + //tdf#118711 - don't explicitly specify the default page style at the beginning of the document uno::Reference<beans::XPropertySet> xPara(getParagraph(1), uno::UNO_QUERY_THROW); CPPUNIT_ASSERT_EQUAL(uno::Any(), xPara->getPropertyValue("PageDescName")); } |