vcl/source/window/window.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit dd801a6231bc0f7de2fe2d240869c34028aa70b3
Author: Caolán McNamara <[email protected]>
Date: Sat Dec 31 14:36:28 2016 +0000
coverity#1398232 Uninitialized scalar field
Change-Id: Ia5e9ebecc032e59bf98d32b0de0f11617da8b2ba
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index dc2b81f..e3c102b 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -822,6 +822,8 @@ ImplFrameData::ImplFrameData( vcl::Window *pWindow )
maResizeIdle.SetDebugName( "vcl::Window maResizeIdle" );
mbInternalDragGestureRecognizer = false;
mbInBufferedPaint = false;
+ mnDPIX = 96;
+ mnDPIY = 96;
}
namespace vcl {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits