summaryrefslogtreecommitdiff
path: root/sw/inc/anchoredobject.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-11-25 00:12:32 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2013-12-02 23:11:41 +0100
commitea0d3041a9d27361fb816480ecc59dd12b14a10d (patch)
treec19116bd26ec7fa0965cefba54b98e98e7d10df3 /sw/inc/anchoredobject.hxx
parent0f8eef96d28245b4905ff9f1cfb18bc540f0f7b5 (diff)
xub_StrLen to sal_Int32
Change-Id: Ifd4f78d422eb3ed04407e9c9edb30ef319cae2cb
Diffstat (limited to 'sw/inc/anchoredobject.hxx')
-rw-r--r--sw/inc/anchoredobject.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/anchoredobject.hxx b/sw/inc/anchoredobject.hxx
index da66dcafe814..7ed66caf97fb 100644
--- a/sw/inc/anchoredobject.hxx
+++ b/sw/inc/anchoredobject.hxx
@@ -170,7 +170,7 @@ class SW_DLLPUBLIC SwAnchoredObject
// object positioning
friend bool sw_HideObj( const SwTxtFrm& _rFrm,
const RndStdIds _eAnchorType,
- const xub_StrLen _nObjAnchorPos,
+ const sal_Int32 _nObjAnchorPos,
SwAnchoredObject* _pAnchoredObj );
protected:
SwAnchoredObject();