[Libreoffice-commits] core.git: vcl/source
Julien Nabet
serval2412 at yahoo.fr
Sun Oct 15 13:03:21 UTC 2017
vcl/source/window/dialog.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 0e6fbf4d8487bc407bd9a7c904bc9294b1d73c0e
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Oct 15 10:52:05 2017 +0200
cid#1419773: Uninitialized scalar field
Since https://cgit.freedesktop.org/libreoffice/core/commit/?id=2dd1645d7cd12e8f5d8e950af3d156f8df2fa417
Change-Id: I2077bcf1ca53d5378f2690267f307d3350dd037e
Reviewed-on: https://gerrit.libreoffice.org/43401
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx
index a9e278111484..de6f1d71f48f 100644
--- a/vcl/source/window/dialog.cxx
+++ b/vcl/source/window/dialog.cxx
@@ -492,6 +492,7 @@ void Dialog::ImplInitSettings()
Dialog::Dialog( WindowType nType )
: SystemWindow( nType )
+ , mbForceBorderWindow(false)
, mnInitFlag(InitFlag::Default)
{
ImplInitDialogData();
More information about the Libreoffice-commits
mailing list