diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-23 10:11:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-23 14:01:23 +0200 |
commit | 252e403213bf2a1c1b1f7b07f1dd647b450cb312 (patch) | |
tree | 05405a140a1e00cd3d49388c678a9bfb5763d59c /include/svtools | |
parent | 2c0b84dc65739bfc47dca684e819717eb9cce387 (diff) |
use officecfg to retrieve DisableUICustomization
Change-Id: I87b3019c8e10eb2453746340beea4c4623dc65e3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119400
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/miscopt.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/miscopt.hxx b/include/svtools/miscopt.hxx index 0300cb3eca02..e408fb8b747d 100644 --- a/include/svtools/miscopt.hxx +++ b/include/svtools/miscopt.hxx @@ -54,8 +54,6 @@ class SVT_DLLPUBLIC SvtMiscOptions final : public utl::detail::Options void AddListenerLink( const Link<LinkParamNone*,void>& rLink ); void RemoveListenerLink( const Link<LinkParamNone*,void>& rLink ); - bool DisableUICustomization() const; - sal_Int16 GetSymbolsSize() const; void SetSymbolsSize( sal_Int16 eSet ); ToolBoxButtonSize GetSidebarIconSize() const; |