From f2e051f4c805e81c7788b6a2c3124be78fd87c05 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 22 Nov 2010 12:13:46 +0000 Subject: WaE, && || --- unotools/source/config/bootstrap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotools') diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx index a9248a03804f..b620f40e1034 100644 --- a/unotools/source/config/bootstrap.cxx +++ b/unotools/source/config/bootstrap.cxx @@ -401,7 +401,7 @@ PathStatus getDerivedPath( OSL_ENSURE(sDerivedURL == _rURL,"Could not set derived URL via Bootstrap default parameter"); OSL_POSTCOND(RTL_BOOTSTRAP_DEFAULTS_BROKEN || - _rData.getFrom(_sBootstrapParameter,sDerivedURL) && sDerivedURL==_rURL,"Use of default did not affect bootstrap value"); + (_rData.getFrom(_sBootstrapParameter,sDerivedURL) && sDerivedURL==_rURL),"Use of default did not affect bootstrap value"); } else { -- cgit v1.2.3