summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-22 12:13:46 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-22 12:13:46 +0000
commitf2e051f4c805e81c7788b6a2c3124be78fd87c05 (patch)
tree0f6fe7e27a6d22a597c36d443fce5e9df526c14c
parent6fb8e13b45e018202fd62142bde7fc022e906ed7 (diff)
WaE, && ||
-rw-r--r--unotools/source/config/bootstrap.cxx2
1 files changed, 1 insertions, 1 deletions
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
{