svx/source/engine3d/float3d.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 9b09908eb2c634c5abd17246cae8f4fb781eb5a6 Author: Caolán McNamara <caol...@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) {
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits