diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/table/tablecontrol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/table/tablecontrol.cxx b/svtools/source/table/tablecontrol.cxx index 13a30e37a2c1..bfe82edbe926 100644 --- a/svtools/source/table/tablecontrol.cxx +++ b/svtools/source/table/tablecontrol.cxx @@ -207,7 +207,7 @@ namespace svt { namespace table sal_Int32 TableControl::GetSelectedRowIndex( sal_Int32 const i_selectionIndex ) const { - return sal_Int32( m_pImpl->getSelectedRowIndex( i_selectionIndex ) ); + return m_pImpl->getSelectedRowIndex( i_selectionIndex ); } |