diff options
Diffstat (limited to 'vcl/qa/cppunit/physicalfontface.cxx')
-rw-r--r-- | vcl/qa/cppunit/physicalfontface.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/physicalfontface.cxx b/vcl/qa/cppunit/physicalfontface.cxx index 30fe616c1cd0..87fdc382bcfa 100644 --- a/vcl/qa/cppunit/physicalfontface.cxx +++ b/vcl/qa/cppunit/physicalfontface.cxx @@ -269,7 +269,7 @@ void VclPhysicalFontFaceTest::testMatchStatusValue() rtl::Reference<TestFontFace> aTestedFontFace(new TestFontFace(aFontAttrs, FONTID)); std::unique_ptr<OUString> pTargetStyleName(new OUString("Book")); - vcl::font::FontMatchStatus aFontMatchStatus = { 0, 0, 0, pTargetStyleName.get() }; + vcl::font::FontMatchStatus aFontMatchStatus = { 0, pTargetStyleName.get() }; vcl::Font aTestFont("DejaVu Sans", "Book", Size(0, 36)); |