sw/qa/extras/ooxmlexport/ooxmlexport17.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8148896dc8a81f4d4aeddae8527c18ab2db1aa3a Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri May 20 11:17:08 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu May 26 17:47:06 2022 +0200 Fix typo Change-Id: Id418d65ce165d93e84463ae321ca2db869e857cc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134670 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx index 281884057770..d3804717e29c 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx @@ -871,7 +871,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf148132, "tdf148132.docx") comphelper::SequenceAsHashMap levelProps(xLevels->getByIndex(1)); OUString aCharStyleName = levelProps["CharStyleName"].get<OUString>(); // Ensure that numbering in this paragraph is 24pt bold italic - // Previously it got overriden by paragraph properties and became 6pt, no bold, no italic + // Previously it got overridden by paragraph properties and became 6pt, no bold, no italic uno::Reference<beans::XPropertySet> xStyle(getStyles("CharacterStyles")->getByName(aCharStyleName), uno::UNO_QUERY); CPPUNIT_ASSERT_EQUAL(24.f, getProperty<float>(xStyle, "CharHeight")); CPPUNIT_ASSERT_EQUAL(awt::FontWeight::BOLD, getProperty<float>(xStyle, "CharWeight"));