summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-01-06 09:07:46 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-01-06 09:43:27 +0100
commitef16f72de9e7abf563239b2ff4083a73430f839f (patch)
tree41d7c9641c1944969520619b0fbdbf3ce41db08e /xmlsecurity/inc
parentac6bfd85df271b650dbd24b45391dac346ecd72c (diff)
xmlsecurity: add UI to provide a description when signing
Change-Id: I6fdbcb342d06e05b4965ccf7f593ac130426828a
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r--xmlsecurity/inc/xmlsecurity/certificatechooser.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/certificatechooser.hxx b/xmlsecurity/inc/xmlsecurity/certificatechooser.hxx
index 25f0c60032d8..24b86372a9fa 100644
--- a/xmlsecurity/inc/xmlsecurity/certificatechooser.hxx
+++ b/xmlsecurity/inc/xmlsecurity/certificatechooser.hxx
@@ -51,6 +51,7 @@ private:
VclPtr<SvSimpleTable> m_pCertLB;
VclPtr<PushButton> m_pViewBtn;
VclPtr<OKButton> m_pOKBtn;
+ VclPtr<Edit> m_pDescriptionED;
bool mbInitialized;
@@ -71,6 +72,8 @@ public:
short Execute() override;
css::uno::Reference< css::security::XCertificate > GetSelectedCertificate();
+ /// Gets the description string provided when selecting the certificate.
+ OUString GetDescription();
};