diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:18:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:25:46 +0200 |
commit | d3415256cf8f214e50f5106523437c323f15d453 (patch) | |
tree | 9e4dd3fe03fc2337fb58007c98ed033bbcc3941e /registry | |
parent | ac6dc5751e785b25a36f6368bf0996ea7c73329b (diff) |
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I015b172ea88eef9af37303fafa4bdf9749f114b0
Diffstat (limited to 'registry')
-rw-r--r-- | registry/source/registry.cxx | 2 |
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; } |