[Libreoffice-commits] core.git: include/vcl
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jan 3 18:16:45 UTC 2020
include/vcl/pdfwriter.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b3c7b55d27eda5095c247e7454c28d8855395468
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jan 3 14:40:44 2020 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jan 3 19:16:10 2020 +0100
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 at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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 ),
More information about the Libreoffice-commits
mailing list