From d3415256cf8f214e50f5106523437c323f15d453 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 20 Apr 2016 17:18:42 +0200 Subject: loplugin:salbool: Automatic rewrite of sal_False/True Change-Id: I015b172ea88eef9af37303fafa4bdf9749f114b0 --- registry/source/registry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'registry/source') 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(hReg)->isReadOnly(); else - return sal_False; + return false; } -- cgit