diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-01 12:35:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-01 12:35:25 +0100 |
commit | 9b09908eb2c634c5abd17246cae8f4fb781eb5a6 (patch) | |
tree | 187a17184c36eed001f478b87d16df54899ba929 /svx | |
parent | 971adcd9e19e0bcab5855aae9be58d2203b46169 (diff) |
coverity#1296293 Uninitialized scalar field
Change-Id: I3e0af14bb04ac769fdb9861631171f4b437deda0
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/engine3d/float3d.cxx | 1 |
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) { |