diff options
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/tabbar.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svtools/tabbar.hxx b/include/svtools/tabbar.hxx index ba2ecfdfcc19..4a403c4b7741 100644 --- a/include/svtools/tabbar.hxx +++ b/include/svtools/tabbar.hxx @@ -307,7 +307,7 @@ enum TabBarAllowRenamingReturnCode { // - TabBar - struct TabBar_Impl; -struct ImplTabBarItem; +typedef std::vector<ImplTabBarItem*> ImplTabBarList; class SVT_DLLPUBLIC TabBar : public vcl::Window { @@ -317,7 +317,6 @@ class SVT_DLLPUBLIC TabBar : public vcl::Window private: std::unique_ptr<TabBar_Impl> mpImpl; - ImplTabBarList* mpItemList; OUString maEditText; Color maSelColor; Color maSelTextColor; |