summaryrefslogtreecommitdiff
path: root/include/svtools/tabbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/tabbar.hxx')
-rw-r--r--include/svtools/tabbar.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/svtools/tabbar.hxx b/include/svtools/tabbar.hxx
index 1d7e54e56028..04e5207e1b40 100644
--- a/include/svtools/tabbar.hxx
+++ b/include/svtools/tabbar.hxx
@@ -350,9 +350,9 @@ private:
bool mbHasInsertTab : 1; // if true, the tab bar has an extra tab at the end.
bool mbScrollAlwaysEnabled : 1;
- Link maSelectHdl;
- Link maSplitHdl;
- Link maScrollAreaContextHdl;
+ Link<> maSelectHdl;
+ Link<> maSplitHdl;
+ Link<> maScrollAreaContextHdl;
size_t maCurrentItemList;
using Window::ImplInit;
@@ -508,9 +508,9 @@ public:
Size CalcWindowSizePixel() const;
- void SetSelectHdl( const Link& rLink ) { maSelectHdl = rLink; }
- void SetSplitHdl( const Link& rLink ) { maSplitHdl = rLink; }
- void SetScrollAreaContextHdl( const Link& rLink ) { maScrollAreaContextHdl = rLink; }
+ void SetSelectHdl( const Link<>& rLink ) { maSelectHdl = rLink; }
+ void SetSplitHdl( const Link<>& rLink ) { maSplitHdl = rLink; }
+ void SetScrollAreaContextHdl( const Link<>& rLink ) { maScrollAreaContextHdl = rLink; }
// accessibility
virtual css::uno::Reference<css::accessibility::XAccessible> CreateAccessible() SAL_OVERRIDE;