Kaydet (Commit) ea0d3041 authored tarafından Matteo Casalin's avatar Matteo Casalin

xub_StrLen to sal_Int32

Change-Id: Ifd4f78d422eb3ed04407e9c9edb30ef319cae2cb
üst 0f8eef96
......@@ -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();
......
......@@ -495,7 +495,7 @@ void SwTxtFrm::HideFootnotes( xub_StrLen nStart, xub_StrLen nEnd )
// (c) the anchor character is an as-character anchored graphic.
bool sw_HideObj( const SwTxtFrm& _rFrm,
const RndStdIds _eAnchorType,
const xub_StrLen _nObjAnchorPos,
const sal_Int32 _nObjAnchorPos,
SwAnchoredObject* _pAnchoredObj )
{
bool bRet( true );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment