diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-01-03 23:50:02 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-01-04 02:15:05 +0100 |
commit | 5badba2028ebf3ce399ed659c78b3590f364c67e (patch) | |
tree | d4223a9ef5723f7b753a08cce75f024b17822306 /include/svtools/simptabl.hxx | |
parent | 5f363ce8bc563f64271744026cf0e16830cf9b06 (diff) |
A bit of cleanup.
Change-Id: Ia7c5cf07dba7f65ee65dab67a0a32975c8026dce
Diffstat (limited to 'include/svtools/simptabl.hxx')
-rw-r--r-- | include/svtools/simptabl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx index 821a1d73753f..006973422190 100644 --- a/include/svtools/simptabl.hxx +++ b/include/svtools/simptabl.hxx @@ -96,7 +96,7 @@ public: sal_uInt16 nCol=HEADERBAR_APPEND, HeaderBarItemBits nBits = HIB_STDSTYLE); - void SetTabs( long* pTabs, MapUnit = MAP_APPFONT ); + void SetTabs(const long* pTabs, MapUnit = MAP_APPFONT); void ClearHeader(); |