summaryrefslogtreecommitdiff
path: root/sw/inc/hints.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r--sw/inc/hints.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx
index a2a268fc9530..f3f1dcbcaef1 100644
--- a/sw/inc/hints.hxx
+++ b/sw/inc/hints.hxx
@@ -76,10 +76,10 @@ public:
class SwInsTxt: public SwMsgPoolItem
{
public:
- xub_StrLen nPos;
- xub_StrLen nLen;
+ sal_Int32 nPos;
+ sal_Int32 nLen;
- SwInsTxt( xub_StrLen nP, xub_StrLen nL );
+ SwInsTxt( sal_Int32 nP, sal_Int32 nL );
};
class SwDelChr: public SwMsgPoolItem