diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-12 15:12:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-12 16:12:18 +0200 |
commit | 240974561685ff44c1abf5157a043d0fde4654d1 (patch) | |
tree | 26f2bca7a3c1e34c4656906ae6d7e5cad260623a /include/vcl | |
parent | 1334ee97787aa7cea399fa7f1633aea84ff8047d (diff) |
loplugin:simplifyconstruct in ucbhelper..vcl
Change-Id: Id435bb3289dcfd9a7aeca6a661e249085958cb7c
Reviewed-on: https://gerrit.libreoffice.org/60392
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/pdfwriter.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index 8e494d796292..9177f99f6cb4 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -639,7 +639,6 @@ The following structure describes the permissions used in PDF security DPIx( 0 ), DPIy( 0 ), ColorMode( PDFWriter::DrawColor ), - SignCertificate( nullptr ), UseReferenceXObject( false ) {} }; |