diff options
Diffstat (limited to 'include/vcl/pdfwriter.hxx')
-rw-r--r-- | include/vcl/pdfwriter.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index 6f859bdf095c..8a95b6a4707e 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -1256,10 +1256,8 @@ The following structure describes the permissions used in PDF security @param pStream the interface to the additional stream - @param bCompress - specifies whether the stream should be flat encoded by PDFWriter or not */ - void AddStream( const OUString& rMimeType, PDFOutputStream* pStream, bool bCompress ); + void AddStream( const OUString& rMimeType, PDFOutputStream* pStream ); }; |