convert xub_StrLen -> sal_Int32

Change-Id: If8f3c32f1e7664ceb266341a407aa29effa25ced
This commit is contained in:
Noel Grandin
2013-12-02 14:09:17 +02:00
parent ca015ac131
commit 3befdd37c6

View File

@@ -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 );