summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unotools/source/ucbhelper/ucbhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/ucbhelper/ucbhelper.cxx b/unotools/source/ucbhelper/ucbhelper.cxx
index 137d170b808a..935620f27e35 100644
--- a/unotools/source/ucbhelper/ucbhelper.cxx
+++ b/unotools/source/ucbhelper/ucbhelper.cxx
@@ -493,7 +493,7 @@ bool utl::UCBContentHelper::EqualURLs(
RTL_CONSTASCII_USTRINGPARAM("no ucbhelper::ContentBroker")),
css::uno::Reference<css::uno::XInterface>());
}
- return broker->getContentProviderInterface()->compareContentIds(
+ return 0 == broker->getContentProviderInterface()->compareContentIds(
(broker->getContentIdentifierFactoryInterface()->
createContentIdentifier(canonic(url1))),
(broker->getContentIdentifierFactoryInterface()->