diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-11-10 23:45:10 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-11-11 10:43:07 +0100 |
commit | 1a7ba39e13d0a8e0ace2475bc50e1497c2928b78 (patch) | |
tree | a1ab39b60211d77038f3f767673a8364c4ca2ecb /sd/qa/unit | |
parent | 17dbe7d777658ed861c998fb18d664a6eafb4c09 (diff) |
Fix typo
Change-Id: I234d2a47d5c6717d194cc8407066fa5954c16253
Reviewed-on: https://gerrit.libreoffice.org/82409
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/qa/unit')
-rw-r--r-- | sd/qa/unit/import-tests.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index 90c261c753e2..191592bbc592 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -2996,7 +2996,7 @@ void SdImportTest::testTdf106638() uno::Reference<beans::XPropertySet> xPropSet(xTextCursor, uno::UNO_QUERY_THROW ); OUString aCharFontName; CPPUNIT_ASSERT(xTextCursor->goRight(1, true)); - // First charcter U+f0fe that use Wingding + // First character U+f0fe that uses Wingding xPropSet->getPropertyValue("CharFontName") >>= aCharFontName; CPPUNIT_ASSERT_EQUAL(OUString("Wingdings"), aCharFontName); |