summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-01-20 09:27:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-01-20 09:43:28 +0000
commiteeae9b08c53a35e2b0252ffbdd0d2f45a7573ee3 (patch)
tree06fc507cfc351f5e6755a6425f8b64bf2f743d68
parent82cdcc392ae07fd230ac3f0ec2c4850681f49c39 (diff)
coverity#1349702 Uninitialized scalar field
Change-Id: I487400962199ca043c487132d8bc222ed8816b01
-rw-r--r--vcl/source/font/fontattributes.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/font/fontattributes.cxx b/vcl/source/font/fontattributes.cxx
index 083fdd29f032..46604514b197 100644
--- a/vcl/source/font/fontattributes.cxx
+++ b/vcl/source/font/fontattributes.cxx
@@ -61,6 +61,7 @@
FontAttributes::FontAttributes()
: meWeight( WEIGHT_DONTKNOW ),
+ meFamily( FAMILY_DONTKNOW ),
mePitch( PITCH_DONTKNOW ),
meWidthType ( WIDTH_DONTKNOW ),
meItalic ( ITALIC_NONE ),