diff options
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; |