summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/table/tablecontrol.cxx2
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 );
}
/sw/inc/unocrsrhelper.hxx?h=cp-5.3-56&id=ab465b90f6c6da5595393a0ba73f33a1e71a2b65'>bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier 2015-03-11convert SetAttrMode to enum classNoel Grandin 2014-11-25fdo#75757: remove inheritance to std::mapJuan Picca 2014-05-27cid#707295 Uncaught exceptionNoel Grandin 2014-05-27cid#707296 and cid#738184 Uncaught exceptionNoel Grandin 2014-04-30sw: sal_Bool->boolNoel Grandin 2014-03-10coverity#1103733 Uncaught exceptionCaolán McNamara 2014-02-27Remove visual noise from swAlexander Wilms 2014-02-12DOCX import sends 'table cell redline' to SW core, and core stores itAdam Co 2014-02-12Rename 'makeTableRedline' to 'makeTableRowRedline'Adam Co 2014-02-12DOCX import sends 'table row redline' to SW core, and core stores itAdam Co 2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara 2013-11-05fixincludeguards.sh: swThomas Arnhold 2013-09-19convert sw/inc/unoicrsrhelper.hxx from String to OUStringNoel Grandin 2013-06-12include cleanupMatteo Casalin 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-02-03sw: remove dependency of SwXTextDocument on unoflatpara.hxxMichael Stahl 2013-02-03sw: move implementation of SwXTextView::select into unocoreMichael Stahl 2013-01-08fdo#44736 - set and fetch multiple properties concurrentlyMichael Meeks 2012-12-14sal_Bool to boolTakeshi Abe 2012-11-30re-base on ALv2 code. Includes:Michael Meeks