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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 8 08:38:25 UTC 2021


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

New commits:
commit 071e5a422b6a795fd396b378bebc9cd8cc02819c
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Dec 1 10:17:18 2020 +0000
Commit:     Michael Stahl <michael.stahl at allotropia.de>
CommitDate: Thu Jul 8 10:37:51 2021 +0200

    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/+/118582
    Reviewed-by: Michael Stahl <michael.stahl at allotropia.de>

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