diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-18 16:00:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-18 21:42:10 +0200 |
commit | 3d36ff1a1d94bcdb6facf12eec00a532b6640880 (patch) | |
tree | df0ecd92d5974ea9c4b6634df83cb3ef5d409f15 /sfx2/inc | |
parent | 67b5e875c65c5ed72a170a03d33992edd3802c75 (diff) |
loplugin:unusedfields
Change-Id: Ib574403a7f7f8b11c6263c9c19ec6b65c8374ddd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115753
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/commandpopup/CommandPopup.hxx | 1 | ||||
-rw-r--r-- | sfx2/inc/sidebar/TitleBar.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
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<weld::TreeView> mpCommandTreeView; std::vector<CurrentEntry> maCommandList; - OUString m_PreviousText; std::unique_ptr<MenuContentHandler> 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<weld::Container> mxTitlebar; std::unique_ptr<weld::Image> mxAddonImage; std::unique_ptr<weld::Toolbar> mxToolBox; - std::unique_ptr<ToolbarUnoDispatcher> mxToolBoxController; Theme::ThemeItem meThemeItem; virtual void HandleToolBoxItemClick() = 0; |