summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-02-27 15:20:13 +0900
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-03-02 11:38:17 +0900
commitec4fce4b23baeb899a8fc1ddf5e1ef5866bf6746 (patch)
tree77ff1fd965649bb584e065dd1052bd9d6c671c08 /svtools
parentdisable last / first button for calc tabbar (diff)
downloadcore-ec4fce4b23baeb899a8fc1ddf5e1ef5866bf6746.tar.gz
core-ec4fce4b23baeb899a8fc1ddf5e1ef5866bf6746.zip
in tabbar - don't show tab background on tab add (plus icon)
Change-Id: Ibe6ff1164382474ff120078bacf28344bc1b1985
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/tabbar.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/control/tabbar.cxx b/svtools/source/control/tabbar.cxx
index d09675f4468b..2477d8c3f140 100644
--- a/svtools/source/control/tabbar.cxx
+++ b/svtools/source/control/tabbar.cxx
@@ -1337,7 +1337,6 @@ void TabBar::Paint( const Rectangle& rect )
// Draw the insert tab at the right end.
Rectangle aRect = ImplGetInsertTabRect(pItem);
aDrawer.setRect(aRect);
- aDrawer.drawTab();
aDrawer.drawPlusImage();
}