diff options
author | Noel <noelgrandin@gmail.com> | 2020-12-02 10:27:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-12-07 12:27:34 +0100 |
commit | fbc909364c9c3964c1354169527e68446905c39b (patch) | |
tree | d7d9f700289223534056fa4e81d73a582c9ca195 /include/unotools | |
parent | 02e7718d25290b702721fa15b03ee538c0506f21 (diff) |
remove SID_BASIC_ENABLED and BasicEnabled option
which has never been used since creation in
commit fd069bee7e57ad529c3c0974559fd2d84ec3151a
Author: Jens-Heiner Rechtien <hr@openoffice.org>
Date: Mon Sep 18 16:07:07 2000 +0000
initial import
Change-Id: I018b1f734c8263167dab3d5c6f98a400666f01d6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107047
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/securityoptions.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/unotools/securityoptions.hxx b/include/unotools/securityoptions.hxx index 44b99fdc9a57..475d1981db50 100644 --- a/include/unotools/securityoptions.hxx +++ b/include/unotools/securityoptions.hxx @@ -63,7 +63,6 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtSecurityOptions final : public utl:: enum class EOption { SecureUrls, - BasicMode, // xmlsec05 deprecated ExecutePlugins, // xmlsec05 deprecated Warning, // xmlsec05 deprecated Confirmation, // xmlsec05 deprecated @@ -182,8 +181,6 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtSecurityOptions final : public utl:: // xmlsec05 deprecated methods bool IsExecutePlugins() const; void SetExecutePlugins( bool bSet ); - EBasicSecurityMode GetBasicMode( ) const; - void SetBasicMode( EBasicSecurityMode eMode ); bool IsWarningEnabled() const; void SetWarningEnabled( bool bSet ); bool IsConfirmationEnabled() const; |