Kaydet (Commit) 225e4b75 authored tarafından Caolán McNamara's avatar Caolán McNamara

longparas: safe xub_Strlen->sal_Int32

Change-Id: Id1425d80908aca5c44f028ccc79e597afa175b00
üst e3f30efe
......@@ -2764,7 +2764,7 @@ void SwDoc::RemoveLeadingWhiteSpace(const SwPosition & rPos )
if ( pTNd )
{
const OUString& rTxt = pTNd->GetTxt();
xub_StrLen nIdx = 0;
sal_Int32 nIdx = 0;
while (nIdx < rTxt.getLength())
{
sal_Unicode const cCh = rTxt[nIdx];
......
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