diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-11-28 22:17:15 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-11-28 22:46:01 +0100 |
commit | 274da1e4d2b7756e80ff73dcf0007627db90a14b (patch) | |
tree | 9c9a7427e2f98dd107cf0a66861bd3ba2855fa90 /unotools | |
parent | 5469d397c6d31b7dc57574f13976155f78df582f (diff) |
utl::UCBContentHelper::EqualURLs: inverted return
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/ucbhelper/ucbhelper.cxx | 2 |
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()-> |