1 diff --git ucb/source/ucp/webdav/NeonPropFindRequest.cxx ucb/source/ucp/webdav/NeonPropFindRequest.cxx
2 index ae9f022..33b0cbc 100644
3 --- ucb/source/ucp/webdav/NeonPropFindRequest.cxx
4 +++ ucb/source/ucp/webdav/NeonPropFindRequest.cxx
5 @@ -103,8 +103,12 @@ extern "C" int NPFR_propfind_iter( void* userdata,
6 if ( aValue.getLength() )
8 aValue = aValue.toAsciiLowerCase();
9 - if ( aValue.compareTo(
10 - RTL_CONSTASCII_STRINGPARAM( "<dav:collection" ) ) == 0 )
13 + RTL_CONSTASCII_STRINGPARAM( "<collection" ) ) == 0 ) ||
15 + RTL_CONSTASCII_STRINGPARAM( "<dav:collection" ) ) == 0 )
18 thePropertyValue.Value
19 <<= OUString::createFromAscii( "collection" );