[Libreoffice-commits] core.git: svx/source

Caolán McNamara caolanm at redhat.com
Fri May 1 04:36:22 PDT 2015


 svx/source/engine3d/float3d.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9b09908eb2c634c5abd17246cae8f4fb781eb5a6
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri May 1 12:35:25 2015 +0100

    coverity#1296293 Uninitialized scalar field
    
    Change-Id: I3e0af14bb04ac769fdb9861631171f4b437deda0

diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx
index dd66ce9..a903ccf 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)
 {


More information about the Libreoffice-commits mailing list