summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/certificatechooser.hxx
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2017-12-07 23:06:54 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-12-08 11:18:06 +0100
commit6283cd07d44d9aeacffbedb99d23e4ee760c6eb6 (patch)
treea6a8d9e0cff125a74a04cc26a56b34c579779d9a /xmlsecurity/inc/certificatechooser.hxx
parent124138ec930f1aa4267e57283d4e13d24ae7dc3d (diff)
gpg4libre: multi-select encryption certs, hide desc entry
Change-Id: I50ea6e82f18f296ea24f6e0d0e0e2eb381a5e54b Reviewed-on: https://gerrit.libreoffice.org/46052 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'xmlsecurity/inc/certificatechooser.hxx')
-rw-r--r--xmlsecurity/inc/certificatechooser.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlsecurity/inc/certificatechooser.hxx b/xmlsecurity/inc/certificatechooser.hxx
index 2ae3c1822b1f..be3828b5c5e9 100644
--- a/xmlsecurity/inc/certificatechooser.hxx
+++ b/xmlsecurity/inc/certificatechooser.hxx
@@ -68,7 +68,8 @@ private:
VclPtr<SvSimpleTable> m_pCertLB;
VclPtr<PushButton> m_pViewBtn;
VclPtr<OKButton> m_pOKBtn;
- VclPtr<Edit> m_pDescriptionED;
+ VclPtr<FixedText> m_pFTDescription;
+ VclPtr<Edit> m_pDescriptionED;
bool mbInitialized;
UserAction meAction;