diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-10-31 19:49:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-02 07:25:54 +0100 |
commit | 0f3a8a972421aa440f4276b92463a481e5cd4267 (patch) | |
tree | d11cdfbe0165cd6737d972f69a3c2ef2acb79d68 /include | |
parent | ccad985c5163224d669e9f0fa70fdff070fc58ca (diff) |
use officecfg or MacroRecorderMode
Change-Id: I2a8d4f401ddfd4368a7b50b4c3c8a72724f9afa3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105154
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/miscopt.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svtools/miscopt.hxx b/include/svtools/miscopt.hxx index f2902de1a4a3..a295aca97c0f 100644 --- a/include/svtools/miscopt.hxx +++ b/include/svtools/miscopt.hxx @@ -73,9 +73,6 @@ class SVT_DLLPUBLIC SvtMiscOptions final : public utl::detail::Options sal_Int16 GetToolboxStyle() const; void SetToolboxStyle( sal_Int16 nStyle ); - void SetMacroRecorderMode( bool bSet ); - bool IsMacroRecorderMode() const; - private: /*-**************************************************************************************************** |