Kaydet (Commit) 715ac8c1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fixed some more apparent misuses of RTL_CONSTASCII_USTRINGPARAM

üst ab0096ed
...@@ -536,8 +536,8 @@ sal_uLong ImageMap::ImpDetectFormat( SvStream& rIStm ) ...@@ -536,8 +536,8 @@ sal_uLong ImageMap::ImpDetectFormat( SvStream& rIStm )
aStr = aStr.toAsciiLowerCase(); aStr = aStr.toAsciiLowerCase();
if ( (aStr.indexOfL(RTL_CONSTASCII_STRINGPARAM("rect")) != -1) || if ( (aStr.indexOfL(RTL_CONSTASCII_STRINGPARAM("rect")) != -1) ||
(aStr.indexOfL(RTL_CONSTASCII_USTRINGPARAM("circ")) != -1) || (aStr.indexOfL(RTL_CONSTASCII_STRINGPARAM("circ")) != -1) ||
(aStr.indexOfL(RTL_CONSTASCII_USTRINGPARAM("poly")) != -1) ) (aStr.indexOfL(RTL_CONSTASCII_STRINGPARAM("poly")) != -1) )
{ {
if ( ( aStr.indexOf('(') != -1 ) && if ( ( aStr.indexOf('(') != -1 ) &&
( aStr.indexOf(')') != -1 ) ) ( aStr.indexOf(')') != -1 ) )
......
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