summaryrefslogtreecommitdiff
path: root/registry/source/registry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/source/registry.cxx')
-rw-r--r--registry/source/registry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/source/registry.cxx b/registry/source/registry.cxx
index a2e5dd201292..8a454545b37e 100644
--- a/registry/source/registry.cxx
+++ b/registry/source/registry.cxx
@@ -98,7 +98,7 @@ static sal_Bool REGISTRY_CALLTYPE isReadOnly(RegHandle hReg)
if (hReg)
return static_cast<ORegistry*>(hReg)->isReadOnly();
else
- return sal_False;
+ return false;
}