summaryrefslogtreecommitdiff
path: root/sw/inc/reffld.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-11-25 16:20:19 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2013-12-02 23:11:41 +0100
commit20c91a72a190bbe071d85e38fd9d4d1023b78b59 (patch)
tree4713526eb3cba2f7688383591eae47e49bdb1dd0 /sw/inc/reffld.hxx
parent4420650bb08794506bcc476994e628986d079991 (diff)
xub_StrLen to sal_Int32
Change-Id: Ie2c18baa3ab6a3a7c6f2ac83b6d2d5bd8ecf5811
Diffstat (limited to 'sw/inc/reffld.hxx')
-rw-r--r--sw/inc/reffld.hxx2
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 );
};