Kaydet (Commit) 3befdd37 authored tarafından Noel Grandin's avatar Noel Grandin

convert xub_StrLen -> sal_Int32

Change-Id: If8f3c32f1e7664ceb266341a407aa29effa25ced
üst ca015ac1
......@@ -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 );
......
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