diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-10-16 11:23:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-10-16 15:51:52 +0200 |
commit | 44bb2c82870f83776eb26d41aeb9defbee97b102 (patch) | |
tree | 6677d081c6d7c7344facae4a0aa9bb0b7b132825 /include/sfx2 | |
parent | 49c0e81e7d25def3ec85b0c06c82053a7246f030 (diff) |
loplugin:unusedfields
Change-Id: If05b87f1e6c19b15b03b2695921a582e078d0f1a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175011
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/sidebar/TabBar.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/TabBar.hxx b/include/sfx2/sidebar/TabBar.hxx index 06707f1bc339..a453c58cc579 100644 --- a/include/sfx2/sidebar/TabBar.hxx +++ b/include/sfx2/sidebar/TabBar.hxx @@ -103,7 +103,6 @@ private: typedef ::std::function<void (const OUString& rsDeckId)> DeckActivationFunctor; DeckActivationFunctor maDeckActivationFunctor; bool mbIsHidden; - bool mbIsHiddenByDefault; }; typedef ::std::vector<std::unique_ptr<Item>> ItemContainer; ItemContainer maItems; |