summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
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;