summaryrefslogtreecommitdiff
path: root/vcl/source/window
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-10-15 10:52:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-15 15:02:59 +0200
commit0e6fbf4d8487bc407bd9a7c904bc9294b1d73c0e (patch)
tree69f69cc3d978e2af43bb62ab44036171b76cf34e /vcl/source/window
parent9685532bc859167c1aa856c6f6792559904b8fb9 (diff)
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@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/window')
-rw-r--r--vcl/source/window/dialog.cxx1
1 files changed, 1 insertions, 0 deletions
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();