diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-11 09:14:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-11 09:14:00 +0100 |
commit | 1e9a71fed817eaae64ebe455d1644c917d082c95 (patch) | |
tree | 093d3000728e66a3bb82a184b05988e8e7cb3b78 /sfx2 | |
parent | d22fb8a60881f96f0347b5eae6c67f056ddc53cc (diff) |
CID#1103771 uninitialized members
Change-Id: I3189f29d4632b8c04649dbded7250c1510e5b515
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/templatecontaineritem.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/control/templatecontaineritem.cxx b/sfx2/source/control/templatecontaineritem.cxx index fb0cf99c9815..e49cf7240605 100644 --- a/sfx2/source/control/templatecontaineritem.cxx +++ b/sfx2/source/control/templatecontaineritem.cxx @@ -30,6 +30,7 @@ using namespace drawinglayer::primitive2d; TemplateContainerItem::TemplateContainerItem (ThumbnailView &rView, sal_uInt16 nId) : ThumbnailViewItem(rView, nId) + , mnRegionId(0) { } |