summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-01 12:35:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-01 12:35:25 +0100
commit9b09908eb2c634c5abd17246cae8f4fb781eb5a6 (patch)
tree187a17184c36eed001f478b87d16df54899ba929 /svx
parent971adcd9e19e0bcab5855aae9be58d2203b46169 (diff)
coverity#1296293 Uninitialized scalar field
Change-Id: I3e0af14bb04ac769fdb9861631171f4b437deda0
Diffstat (limited to 'svx')
-rw-r--r--svx/source/engine3d/float3d.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx
index dd66ce96a876..a903ccf5cd9b 100644
--- a/svx/source/engine3d/float3d.cxx
+++ b/svx/source/engine3d/float3d.cxx
@@ -98,6 +98,7 @@ Svx3DWin::Svx3DWin(SfxBindings* pInBindings, SfxChildWindow *pCW, vcl::Window* p
, pConvertTo3DItem(0)
, pConvertTo3DLatheItem(0)
, mpImpl(new Svx3DWinImpl())
+ , ePoolUnit(SFX_MAPUNIT_MM)
, mpRemember2DAttributes(NULL)
, bOnly3DChanged(false)
{