[Libreoffice-commits] core.git: sd/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Nov 11 09:43:57 UTC 2019
sd/qa/unit/import-tests.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1a7ba39e13d0a8e0ace2475bc50e1497c2928b78
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Nov 10 23:45:10 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Nov 11 10:43:07 2019 +0100
Fix typo
Change-Id: I234d2a47d5c6717d194cc8407066fa5954c16253
Reviewed-on: https://gerrit.libreoffice.org/82409
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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);
More information about the Libreoffice-commits
mailing list