[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - vcl/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 1 13:13:58 UTC 2020


 vcl/source/gdi/print.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e7c9da0a69077902fb44ff40b1efa70b9380969f
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Dec 1 10:17:18 2020 +0000
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Tue Dec 1 14:13:23 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>
    (cherry picked from commit ad53629186343f8a111b4bee21721e8b446bd8a2)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106946
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx
index a5fe96a76db0..956ca7a01c57 100644
--- a/vcl/source/gdi/print.cxx
+++ b/vcl/source/gdi/print.cxx
@@ -480,6 +480,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