summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-10-20 18:40:14 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2017-10-20 15:19:29 +0200
commitaedaee97a7e4ae9b0c00163c5767ae6ebc937ead (patch)
tree73c54aa0bf3db31a3b9826c4f07e8593439e50f2 /include/svtools
parentOSX implement direct timeout processing (diff)
downloadcore-aedaee97a7e4ae9b0c00163c5767ae6ebc937ead.tar.gz
core-aedaee97a7e4ae9b0c00163c5767ae6ebc937ead.zip
Drop redundant cast
Change-Id: I8f0835a910bef2eac058a8408a86edc774ab8777 Reviewed-on: https://gerrit.libreoffice.org/43594 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'include/svtools')
-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 e652aa9c9a51..248e8447123c 100644
--- a/include/svtools/svtabbx.hxx
+++ b/include/svtools/svtabbx.hxx
@@ -66,7 +66,7 @@ public:
virtual ~SvTabListBox() override;
virtual void dispose() override;
void SetTabs(const long* pTabs, MapUnit = MapUnit::MapAppFont);
- sal_uInt16 TabCount() const { return (sal_uInt16)nTabCount; }
+ sal_uInt16 TabCount() const { return nTabCount; }
using SvTreeListBox::GetTab;
long GetTab( sal_uInt16 nTab ) const;
void SetTab( sal_uInt16 nTab, long nValue, MapUnit = MapUnit::MapAppFont );