summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/dp_backenddb.cxx
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/dp_backenddb.cxx
parenta29cdd540c6b6b583b56f0e1a6e0c4f8714b351e (diff)
bool improvements
Change-Id: Ie4c9d7f01fef2604d80d8e465ce30daab7481eed
Diffstat (limited to 'desktop/source/deployment/registry/dp_backenddb.cxx')
-rw-r--r--desktop/source/deployment/registry/dp_backenddb.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/dp_backenddb.cxx b/desktop/source/deployment/registry/dp_backenddb.cxx
index 927c47dc8070..378a1add24dd 100644
--- a/desktop/source/deployment/registry/dp_backenddb.cxx
+++ b/desktop/source/deployment/registry/dp_backenddb.cxx
@@ -485,7 +485,7 @@ Reference<css::xml::dom::XNode> BackendDb::writeKeyElement(
getXPathAPI()->selectSingleNode(root, sExpression);
if (existingNode.is())
{
- OSL_ASSERT(0);
+ OSL_ASSERT(false);
//replace the existing entry.
removeEntry(url);
}