summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-12-07 12:49:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-12-07 15:20:55 +0100
commit5120fe8f2929d9f4464aff26f266198bff038606 (patch)
tree808c53c126df0aacbc6eae99545088a9eb96d518 /sc
parent9cd2b1015ce94c7ca649c98f0bb970aa6396ec5a (diff)
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 <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/documen2.cxx1
1 files changed, 1 insertions, 0 deletions
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),