sc/source/core/data/documen2.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5120fe8f2929d9f4464aff26f266198bff038606
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Tue Dec 7 12:49:45 2021 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Tue Dec 7 15:20:55 2021 +0100

    cid#1202917 Uninitialized scalar field
    
    since...
    
    commit 4c00e8fb10437fcaefe8635ef390b78376938d15
    Date:   Fri Dec 3 20:52:12 2021 +0100
    
        Add image preffered DPI document setting, use it in Writer, Impress
    
    Change-Id: Ie8c8bc568c483b790b2360162aedcf8ab6e48cfb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126474
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx
index fd7c9ba58d76..478a42c62f52 100644
--- a/sc/source/core/data/documen2.cxx
+++ b/sc/source/core/data/documen2.cxx
@@ -177,6 +177,7 @@ ScDocument::ScDocument( ScDocumentMode eMode, 
SfxObjectShell* pDocShell ) :
         mbEmbedFontScriptLatin(true),
         mbEmbedFontScriptAsian(true),
         mbEmbedFontScriptComplex(true),
+        mnImagenPreferredDPI(0),
         mbTrackFormulasPending(false),
         mbFinalTrackFormulas(false),
         mbDocShellRecalc(false),

Reply via email to