diff options
Diffstat (limited to 'include/vcl/pdfwriter.hxx')
-rw-r--r-- | include/vcl/pdfwriter.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index 0fb7c2122090..5cd034c9878a 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -797,12 +797,6 @@ public: */ VCL_DLLPUBLIC std::set< ErrorCode > const & GetErrors() const; - // uses 128bit encryption - VCL_DLLPUBLIC static css::uno::Reference< css::beans::XMaterialHolder > - InitEncryption( const OUString& i_rOwnerPassword, - const OUString& i_rUserPassword - ); - /* functions for graphics state */ /* flag values: see vcl/outdev.hxx */ VCL_DLLPUBLIC void Push( PushFlags nFlags = PushFlags::ALL ); |