diff options
Diffstat (limited to 'sw/inc/reffld.hxx')
-rw-r--r-- | sw/inc/reffld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/reffld.hxx b/sw/inc/reffld.hxx index 6fded12d815b..0738e21eb433 100644 --- a/sw/inc/reffld.hxx +++ b/sw/inc/reffld.hxx @@ -74,7 +74,7 @@ public: static SwTxtNode* FindAnchor( SwDoc* pDoc, const OUString& rRefMark, sal_uInt16 nSubType, sal_uInt16 nSeqNo, - sal_uInt16* pStt, sal_uInt16* pEnd = 0 ); + sal_Int32* pStt, sal_Int32* pEnd = 0 ); }; |