summaryrefslogtreecommitdiff
path: root/include/vcl/pdfwriter.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-08 14:42:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-09 07:14:34 +0100
commit97e47e7b004945d3ac28a9262df371ca2faf1903 (patch)
tree5bab8b1cc8961c906c96e0438a9128ad7a0e1549 /include/vcl/pdfwriter.hxx
parentba43b0cb7a62f34fcda214d43122c7c66df2e5a0 (diff)
loplugin:constantparam in vcl
Change-Id: I1618280494ff10d884a3285501303c6a74ef3542 Reviewed-on: https://gerrit.libreoffice.org/50951 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/pdfwriter.hxx')
-rw-r--r--include/vcl/pdfwriter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx
index 1db80a5b6da1..758acdb1f08d 100644
--- a/include/vcl/pdfwriter.hxx
+++ b/include/vcl/pdfwriter.hxx
@@ -723,10 +723,10 @@ The following structure describes the permissions used in PDF security
*/
std::set< ErrorCode > const & GetErrors();
+ // uses 128bit encryption
static css::uno::Reference< css::beans::XMaterialHolder >
InitEncryption( const OUString& i_rOwnerPassword,
- const OUString& i_rUserPassword,
- bool b128Bit
+ const OUString& i_rUserPassword
);
/* functions for graphics state */