vcl/qa/cppunit/physicalfontcollection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e84592e551d27d5f09e2db26b1495ba2e4069c96 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Nov 14 19:54:07 2021 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Nov 15 20:24:14 2021 +0100 Fix typo in code Change-Id: Idf4fcf16a11f62334ad77db05974a55b5de5d718 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125206 Reviewed-by: Chris Sherlock <chris.sherloc...@gmail.com> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> 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);