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( ...@@ -493,7 +493,7 @@ bool utl::UCBContentHelper::EqualURLs(
RTL_CONSTASCII_USTRINGPARAM("no ucbhelper::ContentBroker")), RTL_CONSTASCII_USTRINGPARAM("no ucbhelper::ContentBroker")),
css::uno::Reference<css::uno::XInterface>()); css::uno::Reference<css::uno::XInterface>());
} }
return broker->getContentProviderInterface()->compareContentIds( return 0 == broker->getContentProviderInterface()->compareContentIds(
(broker->getContentIdentifierFactoryInterface()-> (broker->getContentIdentifierFactoryInterface()->
createContentIdentifier(canonic(url1))), createContentIdentifier(canonic(url1))),
(broker->getContentIdentifierFactoryInterface()-> (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