diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-23 08:26:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-23 08:26:36 +0200 |
commit | 77cc71476bae2b3655102e2c29d36af40a393201 (patch) | |
tree | 8e4e17f0498a4ad08dd1eb2811ab2f5afb0fdcfd /include/unotools | |
parent | 17815049103b920df054b4f1bb8b1e99486972f2 (diff) |
LinkUpdateMode is a global setting
Change-Id: Ida1257337c6e0916f2228fe053d9c9f085183af6
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/securityoptions.hxx | 2 |
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 ); |