From 252e403213bf2a1c1b1f7b07f1dd647b450cb312 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 23 Jul 2021 10:11:06 +0200 Subject: use officecfg to retrieve DisableUICustomization Change-Id: I87b3019c8e10eb2453746340beea4c4623dc65e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119400 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svtools/miscopt.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/svtools') 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& rLink ); void RemoveListenerLink( const Link& rLink ); - bool DisableUICustomization() const; - sal_Int16 GetSymbolsSize() const; void SetSymbolsSize( sal_Int16 eSet ); ToolBoxButtonSize GetSidebarIconSize() const; -- cgit