summaryrefslogtreecommitdiff
path: root/include/vcl/pdfwriter.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-16 09:29:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-17 08:41:31 +0200
commit2e3f5a1e2aad2ff9866d7a782a04bec7c29c0e43 (patch)
tree2929b89c09f7cbe9915d798c819a47e41f1b1d1d /include/vcl/pdfwriter.hxx
parentac13f4db592f91783e644535968a8d3202c94640 (diff)
loplugin:unusedfields in vcl
Change-Id: Id0913b209b089e3c66a7e449e31f8d5d5b1b4f83 Reviewed-on: https://gerrit.libreoffice.org/54413 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.hxx23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx
index 1ff79089c64c..3c9afafc8180 100644
--- a/include/vcl/pdfwriter.hxx
+++ b/include/vcl/pdfwriter.hxx
@@ -541,29 +541,6 @@ The following structure describes the permissions used in PDF security
DrawColor, DrawGreyscale
};
- /// Holds all information to be able to fill a PDF signature template.
- struct VCL_DLLPUBLIC PDFSignContext
- {
- /// DER-encoded certificate buffer.
- sal_Int8* m_pDerEncoded;
- /// Length of m_pDerEncoded.
- sal_Int32 m_nDerEncoded;
- /// Bytes before the signature itself.
- void* m_pByteRange1;
- /// Length of m_pByteRange1.
- sal_Int32 m_nByteRange1;
- /// Bytes after the signature itself.
- void* m_pByteRange2;
- /// Length of m_pByteRange2.
- sal_Int32 m_nByteRange2;
- OUString m_aSignTSA;
- OUString m_aSignPassword;
- /// The signature (in PKCS#7 format) is written into this buffer.
- OStringBuffer& m_rCMSHexBuffer;
-
- PDFSignContext(OStringBuffer& rCMSHexBuffer);
- };
-
struct PDFWriterContext
{
/* must be a valid file: URL usable by osl */