summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-23 08:26:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-23 11:37:46 +0200
commitfdc00e2d10941ec535547082341db9d73d69d7d8 (patch)
treeb9a189c2ed645a49fd9c82706ac90424a79d870a /include
parentf2b3519c6b2aceacbe2fd9d53eb52dd36a356ecc (diff)
LinkUpdateMode is a global setting
Change-Id: Ida1257337c6e0916f2228fe053d9c9f085183af6 (cherry picked from commit 77cc71476bae2b3655102e2c29d36af40a393201)
Diffstat (limited to 'include')
-rw-r--r--include/unotools/securityoptions.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unotools/securityoptions.hxx b/include/unotools/securityoptions.hxx
index 3bd88072ab1f..77e4720cf20f 100644
--- a/include/unotools/securityoptions.hxx
+++ b/include/unotools/securityoptions.hxx
@@ -186,6 +186,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail
*/
bool isTrustedLocationUri(OUString const & uri) const;
+ bool isTrustedLocationUriForUpdatingLinks(OUString const & uri) const;
+
::com::sun::star::uno::Sequence< Certificate > GetTrustedAuthors ( ) const;
void SetTrustedAuthors ( const ::com::sun::star::uno::Sequence< Certificate >& rAuthors );