summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-02-17 10:35:54 +0200
committerTor Lillqvist <tml@collabora.com>2015-02-17 10:46:32 +0200
commitd83e6e9cdb727b3ca2938048e115ba38886d4c70 (patch)
tree9f3f529a0bc155ecbf1681ebe62b1b16b6fd68db /include/vcl
parentb8b9d51b8cf1cafe1a94e1baf957f3f282abb32f (diff)
tdf#88431: Pass the selected Time Stamp Authority, if any, along to vcl
Work in progress. If a TSA is selected, pass it along to the signature generation in vcl. Change-Id: Ibe105b6d02ab9241b93dd66ab3cb1fa8c6d10093
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/pdfwriter.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx
index f8c1ff55b479..d8c64c483963 100644
--- a/include/vcl/pdfwriter.hxx
+++ b/include/vcl/pdfwriter.hxx
@@ -630,6 +630,7 @@ The following structure describes the permissions used in PDF security
// 0 here specifies a default handling
PDFWriter::ColorMode ColorMode;
com::sun::star::uno::Reference< com::sun::star::security::XCertificate> SignCertificate;
+ OUString SignTSA;
PDFWriterContext() :
RelFsys( false ), //i56629, i49415?, i64585?