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 | |
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')
-rw-r--r-- | include/sfx2/sfxsids.hrc | 1 | ||||
-rw-r--r-- | include/unotools/securityoptions.hxx | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index 38b5fe7fe875..0dc8f95b725c 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -469,7 +469,6 @@ class SvxSearchItem; #define SID_GALLERY (SID_SFX_START + 960) #define SID_SEARCH_DLG (SID_SFX_START + 961) #define SID_SEARCH_QUIET (SID_SFX_START + 1684) -#define SID_BASIC_ENABLED (SID_SFX_START + 964) #define SID_EXPORT_DIALOG (SID_SFX_START + 965) #define SID_IMPORT_DIALOG (SID_SFX_START + 966) 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; |