From df4fac1dbce087bbd01bbec242b93c72edcef74b Mon Sep 17 00:00:00 2001 From: Katarina Behrens Date: Wed, 13 Dec 2017 18:39:10 +0100 Subject: Read/write preferred GPG signing/encryption keys Change-Id: I3e21469c5f4c4f199407bbe9faba2e2ddca531b3 Reviewed-on: https://gerrit.libreoffice.org/46692 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- include/unotools/useroptions.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/unotools') 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; -- cgit