From 274da1e4d2b7756e80ff73dcf0007627db90a14b Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 28 Nov 2011 22:17:15 +0100 Subject: utl::UCBContentHelper::EqualURLs: inverted return --- unotools/source/ucbhelper/ucbhelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotools') 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()); } - return broker->getContentProviderInterface()->compareContentIds( + return 0 == broker->getContentProviderInterface()->compareContentIds( (broker->getContentIdentifierFactoryInterface()-> createContentIdentifier(canonic(url1))), (broker->getContentIdentifierFactoryInterface()-> -- cgit