Kaydet (Commit) 377efdce authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:loopvartoosmall

Change-Id: I3ada4fc8c8ebcf04962be03c048fb87bc0d6dbf8
üst 431708c5
......@@ -323,7 +323,7 @@ bool StgEntry::SetName( const OUString& rName )
m_aName = m_aName.copy(0, nMaxLegalStr);
}
sal_uInt16 i;
sal_Int32 i;
for( i = 0; i < rName.getLength() && i <= nMaxLegalStr; i++ )
{
m_nName[ i ] = rName[ i ];
......
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