From 3d36ff1a1d94bcdb6facf12eec00a532b6640880 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 18 May 2021 16:00:09 +0200 Subject: loplugin:unusedfields Change-Id: Ib574403a7f7f8b11c6263c9c19ec6b65c8374ddd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115753 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/inc/commandpopup/CommandPopup.hxx | 1 - sfx2/inc/sidebar/TitleBar.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'sfx2/inc') diff --git a/sfx2/inc/commandpopup/CommandPopup.hxx b/sfx2/inc/commandpopup/CommandPopup.hxx index 6ec23caf0de9..85208e37608e 100644 --- a/sfx2/inc/commandpopup/CommandPopup.hxx +++ b/sfx2/inc/commandpopup/CommandPopup.hxx @@ -72,7 +72,6 @@ private: std::unique_ptr mpCommandTreeView; std::vector maCommandList; - OUString m_PreviousText; std::unique_ptr mpMenuContentHandler; DECL_LINK(QueryTooltip, const weld::TreeIter&, OUString); diff --git a/sfx2/inc/sidebar/TitleBar.hxx b/sfx2/inc/sidebar/TitleBar.hxx index 4672342ffec5..590cf549571e 100644 --- a/sfx2/inc/sidebar/TitleBar.hxx +++ b/sfx2/inc/sidebar/TitleBar.hxx @@ -56,7 +56,6 @@ protected: std::unique_ptr mxTitlebar; std::unique_ptr mxAddonImage; std::unique_ptr mxToolBox; - std::unique_ptr mxToolBoxController; Theme::ThemeItem meThemeItem; virtual void HandleToolBoxItemClick() = 0; -- cgit