summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-12-04 16:00:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-12-04 19:51:21 +0000
commitb51ad42a3baa2af580cebe8b11be6f2b347830ba (patch)
tree2e8ae2d5c428b16c6aa102bbf1471443aa25a1cf /vcl/source
parent60dbf73c1f42f09d52dc8ef9fcf7d902cf2b1dd4 (diff)
cid#708627 Uninitialized scalar field
since: commit 19e3bab1a8def52d9a60f67bd87697e828e37773 Date: Thu Nov 24 15:19:17 2022 +0100 tdf#77650 Add option to place comments in margin (PDF Export) Change-Id: Ifcdd6caca199cada83c653d835ebce8964a77354 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143631 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/gdi/pdfextoutdevdata.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/gdi/pdfextoutdevdata.cxx b/vcl/source/gdi/pdfextoutdevdata.cxx
index 3dfdd237f4d5..200f36e3dd9b 100644
--- a/vcl/source/gdi/pdfextoutdevdata.cxx
+++ b/vcl/source/gdi/pdfextoutdevdata.cxx
@@ -521,6 +521,7 @@ PDFExtOutDevData::PDFExtOutDevData( const OutputDevice& rOutDev ) :
mrOutDev ( rOutDev ),
mbTaggedPDF ( false ),
mbExportNotes ( true ),
+ mbExportNotesInMargin ( false ),
mbExportNotesPages ( false ),
mbTransitionEffects ( true ),
mbUseLosslessCompression( true ),