From 24ad0629ae9edad83514e329e7173b94a8680ea6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 16 Feb 2015 14:02:23 +0200 Subject: tdf#88427: Add GUI to enter and maintain a list of Time Stamping Authorities It is just a simple list of entered URLs, accessed from the Security page. No sanity checks for now. No selection of a "default" one for now. Implementation is much simpler this way. The actual selection of one TSA (or none) is done when exporting to PDF. Change-Id: I0392eabc9b9629a6f0a767d1b2337622a61c120f --- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'officecfg/registry') diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 4140ca530117..d496c851baff 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2510,6 +2510,11 @@ Contains the path to the users NSS certificate directory. + + + Contains the URLs or Time Stamping Authority servers. + + Specifies whether to warn when printing documents with -- cgit