summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accpara.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accpara.cxx')
-rw-r--r--sw/source/core/access/accpara.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/access/accpara.cxx b/sw/source/core/access/accpara.cxx
index cce1b6a8eba4..84fded6f5a2c 100644
--- a/sw/source/core/access/accpara.cxx
+++ b/sw/source/core/access/accpara.cxx
@@ -3532,9 +3532,9 @@ void SwAccessibleParagraph::Modify( const SfxPoolItem* pOld, const SfxPoolItem*
}
bool SwAccessibleParagraph::GetSelectionAtIndex(
- sal_Int32& nIndex, sal_Int32& nStart, sal_Int32& nEnd)
+ sal_Int32 nIndex, sal_Int32& nStart, sal_Int32& nEnd)
{
- if(nIndex < 0) return false;
+ if(nIndex < 0) return false;
bool bRet = false;
nStart = -1;