Kaydet (Commit) 274da1e4 authored tarafından Michael Stahl's avatar Michael Stahl

utl::UCBContentHelper::EqualURLs: inverted return

üst 5469d397
......@@ -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()->
......
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