summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-12-21 09:09:36 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-12-21 10:46:57 +0000
commitc44ee23cf13f40e36bae0454cceb06a7d986a6bc (patch)
treedda3c86969c80b6feba188ebc5959c2bd87b7bce /filter
parent91fde32383c94e8840e4e8fab8f47be83d23d20c (diff)
coverity#707837 Uninitialized scalar field
Change-Id: I1eb85e5f5c98f0f2a41a4711d9d77174ab07587d
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/eschesdo.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/source/msfilter/eschesdo.cxx b/filter/source/msfilter/eschesdo.cxx
index c011ec3a05a1..758558214869 100644
--- a/filter/source/msfilter/eschesdo.cxx
+++ b/filter/source/msfilter/eschesdo.cxx
@@ -68,6 +68,7 @@ ImplEESdrWriter::ImplEESdrWriter( EscherEx& rEx )
, mpPicStrm(nullptr)
, mpHostAppData(nullptr)
, mnPagesWritten(0)
+ , mnShapeMasterBody(0)
, mnIndices(0)
, mnOutlinerCount(0)
, mnStatMaxValue(0)