diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-18 14:45:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-18 18:41:52 +0200 |
commit | fd2c6137ea45e0587a56bf219b1e5d8fb72cce03 (patch) | |
tree | 58366199f5667d6c4b8f3c0666c40a44904a7bfc /include/svtools | |
parent | c22883f6018858bd3198059f696fa3dff264c24d (diff) |
WB_TOPBORDER,WB_3DTAB are dead
since
commit 8ab086b6cc054501bfbf7ef6fa509c393691e860
initial import
Change-Id: Icbbf01de92c6dab4f9f94052cda784326a051ad8
Reviewed-on: https://gerrit.libreoffice.org/41295
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/tabbar.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/svtools/tabbar.hxx b/include/svtools/tabbar.hxx index 5be67be2efec..8cef7ff434d6 100644 --- a/include/svtools/tabbar.hxx +++ b/include/svtools/tabbar.hxx @@ -36,8 +36,6 @@ WB_MINSCROLL - The tabs can be scrolled via 2 additional buttons WB_RANGESELECT - Connected ranges can be selected WB_MULTISELECT - single tabs can be selected WB_BORDER - a border is drawn in the top and in the bottom -WB_TOPBORDER - a border is drawn in the top -WB_3DTAB - the tabs and the border are drawn in 3D WB_DRAG - A StartDrag handler is called by the TabBar, if drag and drop should be started. In addition, drag and drop is activated in the TabBar with EnableDrop(). @@ -45,9 +43,6 @@ WB_SIZEABLE - a Split handler is called by the TabBar, if the user wants to change the width of the TabBar WB_STDTABBAR - WB_BORDER -If the TabBar should be used for example as Property bar, the WinBits -WB_TOPBORDER and WB_3DTAB should be set instead of WB_BORDER. - Allowed PageBits ----------------- @@ -268,8 +263,6 @@ class Button; #define WB_RANGESELECT ((WinBits)0x00200000) #define WB_MULTISELECT ((WinBits)0x00400000) -#define WB_TOPBORDER ((WinBits)0x04000000) -#define WB_3DTAB ((WinBits)0x08000000) #define WB_MINSCROLL ((WinBits)0x20000000) #define WB_INSERTTAB ((WinBits)0x40000000) #define WB_STDTABBAR WB_BORDER |