Kaydet (Commit) 0e6fbf4d authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) Noel Grandin

cid#1419773: Uninitialized scalar field

Since https://cgit.freedesktop.org/libreoffice/core/commit/?id=2dd1645d7cd12e8f5d8e950af3d156f8df2fa417

Change-Id: I2077bcf1ca53d5378f2690267f307d3350dd037e
Reviewed-on: https://gerrit.libreoffice.org/43401Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 9685532b
...@@ -492,6 +492,7 @@ void Dialog::ImplInitSettings() ...@@ -492,6 +492,7 @@ void Dialog::ImplInitSettings()
Dialog::Dialog( WindowType nType ) Dialog::Dialog( WindowType nType )
: SystemWindow( nType ) : SystemWindow( nType )
, mbForceBorderWindow(false)
, mnInitFlag(InitFlag::Default) , mnInitFlag(InitFlag::Default)
{ {
ImplInitDialogData(); ImplInitDialogData();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment