vcl/source/window/dialog.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7be3dfa4b4705725be4987beeb79dbe5f6a4edae
Author: Pranav Kant <[email protected]>
Date: Mon Mar 19 12:04:40 2018 +0530
cid#1430098: mbInSyncExecute is uninitialized
Change-Id: Id5288ce8680b121522c1e35edc52ef24be4ead8b
diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx
index 11670c6459b6..16aa5293f9b1 100644
--- a/vcl/source/window/dialog.cxx
+++ b/vcl/source/window/dialog.cxx
@@ -372,6 +372,7 @@ void Dialog::ImplInitDialogData()
{
mpWindowImpl->mbDialog = true;
mbInExecute = false;
+ mbInSyncExecute = false;
mbInClose = false;
mbModalMode = false;
mbPaintComplete = false;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits