diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-03 14:40:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-03 19:16:10 +0100 |
commit | b3c7b55d27eda5095c247e7454c28d8855395468 (patch) | |
tree | 87a73703a024c9236b5dbb785cf51b3a0caffd31 /include | |
parent | dfaf4f94ea7978f43ee0a883f297fbe91f282dd6 (diff) |
cid#1456610 Uninitialized scalar field
Change-Id: Ibd0d2e9f8a8ca778e68b6f4e5d93c1cc2536f032
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86178
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/pdfwriter.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index c68feba88f93..5a628e2f53e3 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -614,6 +614,7 @@ The following structure describes the permissions used in PDF security ConvertOOoTargetToPDFTarget( false ), ForcePDFAction( false ), Version( PDFWriter::PDFVersion::PDF_1_5 ), + UniversalAccessibilityCompliance( false ), Tagged( false ), SubmitFormat( PDFWriter::FDF ), AllowDuplicateFieldNames( false ), |