summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/graphictools.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-05 21:00:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-05 21:11:45 +0100
commitf121e10c0f5e95037acdfb65a3cda6ab64e95f78 (patch)
treed1d96497b6558206ab24cbc527e64f03b29c2c4c /vcl/source/gdi/graphictools.cxx
parentb852bf36d37cd5a6949edbf06fba11a782562549 (diff)
coverity#708597 Uninitialized scalar field
Change-Id: I8f4e4a4502075a0672438cc4c59eddc5ee922228
Diffstat (limited to 'vcl/source/gdi/graphictools.cxx')
-rw-r--r--vcl/source/gdi/graphictools.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/gdi/graphictools.cxx b/vcl/source/gdi/graphictools.cxx
index 7c913abc1d32..fe2b76006988 100644
--- a/vcl/source/gdi/graphictools.cxx
+++ b/vcl/source/gdi/graphictools.cxx
@@ -190,6 +190,7 @@ SvtGraphicFill::SvtGraphicFill() :
maFillRule(),
maFillType(),
maFillTransform(),
+ mbTiling( false ),
maHatchType(),
maHatchColor( COL_BLACK ),
maGradientType(),