summaryrefslogtreecommitdiff
path: root/include/svtools/tabbar.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-03-08 18:14:06 +0900
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-03-10 14:04:33 +0900
commite8c2bb2e7cbb476b4b73758fb9a053b5380b29f6 (patch)
tree071dbbe03863aeae96bf648a746cf03b7797aa27 /include/svtools/tabbar.hxx
parent36f1dec26699ed44dfc99858a201f8eac42dcf97 (diff)
tabbar: convert ItemList* to ItemList and clean-up
Change-Id: Ibd4364f7d30f098df49537c6a6a01915bfa31b8d
Diffstat (limited to 'include/svtools/tabbar.hxx')
-rw-r--r--include/svtools/tabbar.hxx18
1 files changed, 8 insertions, 10 deletions
diff --git a/include/svtools/tabbar.hxx b/include/svtools/tabbar.hxx
index 4a403c4b7741..d9a858907a82 100644
--- a/include/svtools/tabbar.hxx
+++ b/include/svtools/tabbar.hxx
@@ -25,16 +25,6 @@
#include <vcl/window.hxx>
#include <vector>
-class MouseEvent;
-class TrackingEvent;
-class DataChangedEvent;
-class ImplTabButton;
-class ImplTabSizer;
-class TabBarEdit;
-
-struct ImplTabBarItem;
-typedef std::vector<ImplTabBarItem*> ImplTabBarList;
-
/*
Allowed StylbeBits
@@ -306,6 +296,14 @@ enum TabBarAllowRenamingReturnCode {
// - TabBar -
+class MouseEvent;
+class TrackingEvent;
+class DataChangedEvent;
+class ImplTabButton;
+class ImplTabSizer;
+class TabBarEdit;
+
+struct ImplTabBarItem;
struct TabBar_Impl;
typedef std::vector<ImplTabBarItem*> ImplTabBarList;