summaryrefslogtreecommitdiff
path: root/include/svtools/svtabbx.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-01-03 23:50:02 +0100
committerJan Holesovsky <kendy@collabora.com>2015-01-04 02:15:05 +0100
commit5badba2028ebf3ce399ed659c78b3590f364c67e (patch)
treed4223a9ef5723f7b753a08cce75f024b17822306 /include/svtools/svtabbx.hxx
parent5f363ce8bc563f64271744026cf0e16830cf9b06 (diff)
A bit of cleanup.
Change-Id: Ia7c5cf07dba7f65ee65dab67a0a32975c8026dce
Diffstat (limited to 'include/svtools/svtabbx.hxx')
-rw-r--r--include/svtools/svtabbx.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/svtabbx.hxx b/include/svtools/svtabbx.hxx
index 24450a3083a2..807eef998675 100644
--- a/include/svtools/svtabbx.hxx
+++ b/include/svtools/svtabbx.hxx
@@ -65,7 +65,7 @@ protected:
public:
SvTabListBox( vcl::Window* pParent, WinBits = WB_BORDER );
virtual ~SvTabListBox();
- void SetTabs( long* pTabs, MapUnit = MAP_APPFONT );
+ void SetTabs(const long* pTabs, MapUnit = MAP_APPFONT);
sal_uInt16 TabCount() const { return (sal_uInt16)nTabCount; }
using SvTreeListBox::GetTab;
long GetTab( sal_uInt16 nTab ) const;