vcl/opengl/gdiimpl.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 674436511d37fe9d777a394c2311da17b6e03c6b
Author: Caolán McNamara <[email protected]>
Date: Thu Jan 15 20:17:45 2015 +0000
coverity#1264396 Uninitialized scalar field
Change-Id: I085f2d0e15c88b995bea3f99945c9ab2e2bcc909
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index 6da2c26..ebfc03a 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -50,6 +50,8 @@ OpenGLSalGraphicsImpl::OpenGLSalGraphicsImpl(SalGraphics&
rParent, SalGeometryPr
#ifdef DBG_UTIL
, mProgramIsSolidColor(false)
#endif
+ , mProgramSolidColor(SALCOLOR_NONE)
+ , mProgramSolidTransparency(0.0)
{
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits