summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-07-04 20:16:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-07-04 20:16:08 +0100
commit1c18489cd8eaf3ad7e2380cadc0a40621800b3bd (patch)
treed5271184437b270e2c46d898d5da404e0edf212a /sfx2/source
parenta3f8a1c1df3e57b541e76156179f81972e845814 (diff)
coverity#1308604 Uninitialized pointer field
Change-Id: Ib3265d3e3d997251b4c5503e17271b70c8378226
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/dialog/templdlg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index 7ffcd10a8f5e..d4e01ca20fdd 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -104,6 +104,7 @@ public:
StyleLBoxString::StyleLBoxString(SvTreeListEntry* pEntry, sal_uInt16 nFlags, const OUString& sText, const SfxStyleFamily& eStyleFamily)
: SvLBoxString(pEntry, nFlags, sText)
, meStyleFamily(eStyleFamily)
+ , mpViewData(NULL)
{}
StyleLBoxString::~StyleLBoxString()