diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-23 10:41:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-23 17:57:11 +0200 |
commit | 44f32fc9c1cf95c77b725a4aa0ab405330135ad6 (patch) | |
tree | a224dc524d0665747d8d0109ade61aa5776d519d /include/svtools | |
parent | 44cc59db6f4f4f8b2ce5c993a31b5a019a8d7e97 (diff) |
use officecfg to retrieve SidebarIconSize
Change-Id: Id1cc4b8e3e28d942b44deacafbc514bbcd95874c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119411
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 f7c5108d752d..1b04df72195d 100644 --- a/include/svtools/miscopt.hxx +++ b/include/svtools/miscopt.hxx @@ -56,8 +56,6 @@ class SVT_DLLPUBLIC SvtMiscOptions final : public utl::detail::Options sal_Int16 GetSymbolsSize() const; void SetSymbolsSize( sal_Int16 eSet ); - ToolBoxButtonSize GetSidebarIconSize() const; - void SetSidebarIconSize( ToolBoxButtonSize eSet ); sal_Int16 GetCurrentSymbolsSize() const; bool AreCurrentSymbolsLarge() const; |