include/vcl/pdfwriter.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b3c7b55d27eda5095c247e7454c28d8855395468
Author:     Caolán McNamara <[email protected]>
AuthorDate: Fri Jan 3 14:40:44 2020 +0000
Commit:     Caolán McNamara <[email protected]>
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 <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

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 ),
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to