diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-04-20 19:41:51 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-04-21 09:12:53 +0200 |
commit | d89019c207f1d068072bad0ccf995cd8c4dd4cef (patch) | |
tree | 84d3fe25feba051970390eb215a54a28ec04b0d5 /sw/qa | |
parent | 6904c018bba408ddf410c1ee371f9f22c5cfc30c (diff) |
Fix typo
Change-Id: Id9dd449886bdcb8676f9a79af5227fcad824fb95
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133232
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 d5cc153b7a7d..55a6200c7c5d 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx @@ -270,7 +270,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf138739, "tdf138739.docx") CPPUNIT_ASSERT_EQUAL_MESSAGE("Font type name does not match!", OUString("Comic Sans MS"), xParaProps->getPropertyValue("CharFontName").get<OUString>()); - // tdf#148565: text at anchor point should be bold, Comic Sanc MS font + // tdf#148565: text at anchor point should be bold, Comic Sans MS font CPPUNIT_ASSERT_EQUAL(awt::FontWeight::BOLD, getProperty<float>(getRun(getParagraph(5), 3), "CharWeight")); } |