summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/configuration
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 20:02:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:29 +0100
commite1dc859bebc0ce9ec0d61ce7948aff60f94cb0e8 (patch)
tree4b6ebb47543e937cd8c29846a98ed12a33a834dc /desktop/source/deployment/registry/configuration
parenta29cdd540c6b6b583b56f0e1a6e0c4f8714b351e (diff)
bool improvements
Change-Id: Ie4c9d7f01fef2604d80d8e465ce30daab7481eed
Diffstat (limited to 'desktop/source/deployment/registry/configuration')
-rw-r--r--desktop/source/deployment/registry/configuration/dp_configuration.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/configuration/dp_configuration.cxx b/desktop/source/deployment/registry/configuration/dp_configuration.cxx
index 41c23ff9e9ae..d3bee88724a9 100644
--- a/desktop/source/deployment/registry/configuration/dp_configuration.cxx
+++ b/desktop/source/deployment/registry/configuration/dp_configuration.cxx
@@ -790,7 +790,7 @@ void BackendImpl::PackageImpl::processPackage_(
}
catch(const Exception&)
{
- OSL_ASSERT(0);
+ OSL_ASSERT(false);
}
}
#endif