Kaydet (Commit) cce3e85e authored tarafından Caolán McNamara's avatar Caolán McNamara

ByteString->rtl::OString

üst f908fc4c
......@@ -1320,8 +1320,8 @@ static sal_Bool CheckTransferableContext_Impl( const Reference< XTransferable >*
if( pFDesc->cItems )
{
ByteString sDesc( pFDesc->fgd[ 0 ].cFileName );
bRet = 4 < sDesc.Len() && sDesc.Copy( sDesc.Len()-4 ).EqualsIgnoreCaseAscii( ".URL" );
rtl::OString sDesc( pFDesc->fgd[ 0 ].cFileName );
bRet = 4 < sDesc.getLength() && sDesc.copy(sDesc.getLength()-4).equalsIgnoreAsciiCaseL(RTL_CONSTASCII_STRINGPARAM(".URL"));
}
}
}
......
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