summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/physicalfontface.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-10-12 13:57:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-10-12 19:04:42 +0200
commitee49e597b23c093d25576936d34a8468cb618192 (patch)
tree9670a5a6ae93ccf7a7c0cfd378bf2289526155e6 /vcl/qa/cppunit/physicalfontface.cxx
parent738ef11520a9e0e2b7793dc7117d6540fd66db47 (diff)
loplugin:unusedfields
Change-Id: I5e9bb4417cf6f8e3c1de1c8570e0635fdf6364bc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123453 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/qa/cppunit/physicalfontface.cxx')
-rw-r--r--vcl/qa/cppunit/physicalfontface.cxx2
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));