[Libreoffice-commits] core.git: vcl/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Dec 1 12:28:47 UTC 2020
vcl/source/gdi/print.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ad53629186343f8a111b4bee21721e8b446bd8a2
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Dec 1 10:17:18 2020 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Dec 1 13:28:11 2020 +0100
cid#1202935 Uninitialized scalar field
Change-Id: Ie95426e6188253dd5f2bd77782f62647d9ddba50
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106956
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx
index 48338a879ea5..fb3e5de9a95b 100644
--- a/vcl/source/gdi/print.cxx
+++ b/vcl/source/gdi/print.cxx
@@ -459,6 +459,7 @@ void Printer::ImplInitData()
mbPrintFile = false;
mbInPrintPage = false;
mbNewJobSetup = false;
+ mbSinglePrintJobs = false;
mpInfoPrinter = nullptr;
mpPrinter = nullptr;
mpDisplayDev = nullptr;
More information about the Libreoffice-commits
mailing list