diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-11-14 19:54:07 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-11-15 20:24:14 +0100 |
commit | e84592e551d27d5f09e2db26b1495ba2e4069c96 (patch) | |
tree | 15c62a1371dd83993ae6563e7a23b5240f584a5d | |
parent | 584934b70de97dcbbb91c5a30a5401f6ed57f29b (diff) |
Fix typo in code
Change-Id: Idf4fcf16a11f62334ad77db05974a55b5de5d718
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125206
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | vcl/qa/cppunit/physicalfontcollection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/physicalfontcollection.cxx b/vcl/qa/cppunit/physicalfontcollection.cxx index 98ac902032ff..a147fb1dea4f 100644 --- a/vcl/qa/cppunit/physicalfontcollection.cxx +++ b/vcl/qa/cppunit/physicalfontcollection.cxx @@ -449,7 +449,7 @@ void VclPhysicalFontCollectionTest::testShouldMatchDecorativeFamily() = aFontCollection.FindOrCreateFontFamily("decorative"); FontAttributes aFontAttr; - aFontAttr.SetFamilyName("decoractive"); + aFontAttr.SetFamilyName("decorative"); aFontAttr.SetFamilyType(FAMILY_DECORATIVE); aFontAttr.SetWeight(WEIGHT_MEDIUM); TestFontFace* pFontFace = new TestFontFace(aFontAttr, FONTID); |