Kaydet (Commit) 88dd19cf authored tarafından Oliver-Rainer Wittmann's avatar Oliver-Rainer Wittmann

sw321bf01: fix compiler warning

üst daebd00f
......@@ -191,7 +191,7 @@ static ::rtl::OUString ImplGetParameterString( const TransferableObjectDescripto
for ( sal_Int32 nInd = 0; nInd < aQuotedParamChars.getLength(); nInd++ )
{
sal_Unicode nChar = aQuotedParamChars.getStr()[nInd];
if ( nChar >= 0 && nChar < 128 )
if ( nChar < 128 )
pToAccept[nChar] = sal_True;
}
......
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