convert xub_StrLen -> sal_Int32
Change-Id: If8f3c32f1e7664ceb266341a407aa29effa25ced
This commit is contained in:
@@ -172,7 +172,7 @@ void SwWrtShell::InsertByWord( const OUString & rStr)
|
||||
if( !rStr.isEmpty() )
|
||||
{
|
||||
sal_Bool bDelim = GetAppCharClass().isLetterNumeric( rStr, 0 );
|
||||
xub_StrLen nPos = 0, nStt = 0;
|
||||
sal_Int32 nPos = 0, nStt = 0;
|
||||
for( ; nPos < rStr.getLength(); nPos++ )
|
||||
{
|
||||
sal_Bool bTmpDelim = GetAppCharClass().isLetterNumeric( rStr, nPos );
|
||||
|
Reference in New Issue
Block a user