summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/webdavdatasupplier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/webdavdatasupplier.cxx')
-rw-r--r--ucb/source/ucp/webdav-neon/webdavdatasupplier.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav-neon/webdavdatasupplier.cxx b/ucb/source/ucp/webdav-neon/webdavdatasupplier.cxx
index f86ed585c718..70d380bd1b75 100644
--- a/ucb/source/ucp/webdav-neon/webdavdatasupplier.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavdatasupplier.cxx
@@ -348,7 +348,7 @@ bool DataSupplier::getData()
while ( it != end )
{
- if ( (*it).equals( DAVProperties::RESOURCETYPE ) )
+ if ( (*it) == DAVProperties::RESOURCETYPE )
break;
++it;