diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-18 15:55:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-18 15:55:40 +0100 |
commit | 91d6b00fe444ce1f9b53690a312aba50ad30eb5d (patch) | |
tree | 9992015e4774be93659866602561ea61b8c1f83b /svtools/source/control | |
parent | b5e16d8dab070cfef908e7b5ca0417da534b82bf (diff) |
WaE: unused-const-variable
Change-Id: Ic2ff538a6125e6c8b6730257bd7b97c9e39eb3ac
Diffstat (limited to 'svtools/source/control')
-rw-r--r-- | svtools/source/control/tabbar.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/control/tabbar.cxx b/svtools/source/control/tabbar.cxx index b2930714fb59..d440854b205a 100644 --- a/svtools/source/control/tabbar.cxx +++ b/svtools/source/control/tabbar.cxx @@ -43,7 +43,6 @@ namespace #define TABBAR_MINSIZE 5 const sal_uInt16 ADDNEWPAGE_AREAWIDTH = 10; -const sal_uInt16 INSERT_TAB_WIDTH = 32; const sal_uInt16 BUTTON_MARGIN = 6; class TabDrawer |