diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-10-31 18:55:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-01 21:05:00 +0100 |
commit | d3a9db6310204247a3bd8f23a984c5a04afbeef1 (patch) | |
tree | 1281a59dd42891545845d428dfff6a12bc89ca00 /include | |
parent | 63076928d41d95d6c0bc86580ba8a5a985b1f415 (diff) |
use officecfg for ShowLinkWarningDialog
Change-Id: I92a42eb2ff48bff4e635f1a37a25c8ecb9ac1347
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105153
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/miscopt.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svtools/miscopt.hxx b/include/svtools/miscopt.hxx index 90e3702a2838..f2902de1a4a3 100644 --- a/include/svtools/miscopt.hxx +++ b/include/svtools/miscopt.hxx @@ -73,10 +73,6 @@ class SVT_DLLPUBLIC SvtMiscOptions final : public utl::detail::Options sal_Int16 GetToolboxStyle() const; void SetToolboxStyle( sal_Int16 nStyle ); - bool ShowLinkWarningDialog() const; - void SetShowLinkWarningDialog( bool bSet ); - bool IsShowLinkWarningDialogReadOnly() const; - void SetMacroRecorderMode( bool bSet ); bool IsMacroRecorderMode() const; |