summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-07-23 10:41:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-07-23 17:57:11 +0200
commit44f32fc9c1cf95c77b725a4aa0ab405330135ad6 (patch)
treea224dc524d0665747d8d0109ade61aa5776d519d /include
parent44cc59db6f4f4f8b2ce5c993a31b5a019a8d7e97 (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')
-rw-r--r--include/sfx2/weldutils.hxx2
-rw-r--r--include/svtools/miscopt.hxx2
2 files changed, 1 insertions, 3 deletions
diff --git a/include/sfx2/weldutils.hxx b/include/sfx2/weldutils.hxx
index 799d203ff94a..5807fc88b1cc 100644
--- a/include/sfx2/weldutils.hxx
+++ b/include/sfx2/weldutils.hxx
@@ -41,7 +41,7 @@ private:
DECL_LINK(ChangedIconSizeHandler, LinkParamNone*, void);
void CreateController(const OUString& rCommand);
- vcl::ImageType GetIconSize() const;
+ static vcl::ImageType GetIconSize();
typedef std::map<OUString, css::uno::Reference<css::frame::XToolbarController>>
ControllerContainer;
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;