diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-05-17 11:51:14 +0900 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-05-17 12:25:53 +0900 |
commit | e4164351dc311839f4a7eb2743be8af17592b8e5 (patch) | |
tree | 238d894fa2c4ec95052927de49db77a3d6277935 /sc/source/ui/inc | |
parent | 6aab2eceaa386c14c2283631d3107cab7484f0f8 (diff) |
tabbar: use a button for adding of tabs, move button before tabs
Change-Id: I89fcf7427694ea6fc9468220bae639b221d9ec28
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/tabcont.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/tabcont.hxx b/sc/source/ui/inc/tabcont.hxx index 3b0d687f201c..d1515c56b843 100644 --- a/sc/source/ui/inc/tabcont.hxx +++ b/sc/source/ui/inc/tabcont.hxx @@ -61,6 +61,8 @@ protected: virtual void EndRenaming() SAL_OVERRIDE; virtual void Mirror() SAL_OVERRIDE; + virtual void AddTabClick() SAL_OVERRIDE; + public: ScTabControl( vcl::Window* pParent, ScViewData* pData ); virtual ~ScTabControl(); |