summaryrefslogtreecommitdiff
path: root/include/editeng/unoedhlp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/unoedhlp.hxx')
-rw-r--r--include/editeng/unoedhlp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/unoedhlp.hxx b/include/editeng/unoedhlp.hxx
index 8f70e2fc11a6..8184561001e3 100644
--- a/include/editeng/unoedhlp.hxx
+++ b/include/editeng/unoedhlp.hxx
@@ -100,7 +100,7 @@ public:
@return sal_True, if the range has been successfully determined
*/
- static sal_Bool GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, const EditEngine& rEE, sal_Int32 nPara, sal_uInt16 nIndex, sal_Bool bInCell = sal_False);
+ static sal_Bool GetAttributeRun( sal_Int32& nStartIndex, sal_Int32& nEndIndex, const EditEngine& rEE, sal_Int32 nPara, sal_Int32 nIndex, sal_Bool bInCell = sal_False);
/** Convert point from edit engine to user coordinate space