summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2017-12-13 18:39:10 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-12-19 08:20:48 +0100
commit9bf4d471928036cdc4c0c3f6e8d7a42ecdbd032a (patch)
tree1356cf212d267fdc13d88e0e672c3d2da43457dd /include/unotools
parent253c11a0c31a1034a5b90e0f3389301a681fc07a (diff)
Read/write preferred GPG signing/encryption keys
Reviewed-on: https://gerrit.libreoffice.org/46692 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit df4fac1dbce087bbd01bbec242b93c72edcef74b) Change-Id: I3e21469c5f4c4f199407bbe9faba2e2ddca531b3 Reviewed-on: https://gerrit.libreoffice.org/46760 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/useroptions.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/unotools/useroptions.hxx b/include/unotools/useroptions.hxx
index f82201fdd28a..946ba8d34c10 100644
--- a/include/unotools/useroptions.hxx
+++ b/include/unotools/useroptions.hxx
@@ -45,7 +45,9 @@ enum class UserOptToken
Zip = 14,
FathersName = 15,
Apartment = 16,
- LAST = Apartment,
+ SigningKey = 17,
+ EncryptionKey = 18,
+ LAST = EncryptionKey,
};
// class SvtUserOptions --------------------------------------------------
@@ -74,6 +76,8 @@ public:
OUString GetTelephoneWork () const;
OUString GetFax () const;
OUString GetEmail () const;
+ OUString GetSigningKey () const;
+ OUString GetEncryptionKey () const;
OUString GetFullName () const;