From b347e5da870d8a4fa8e6e093165fea7dc21dae79 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 20 Apr 2016 17:17:31 +0200 Subject: loplugin:salbool: Automatic rewrite of sal_False/True Change-Id: I3f7f71f05db09219f0de3ec14bdb56bd16fb0c8d --- i18npool/source/calendar/calendar_gregorian.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18npool/source/calendar') diff --git a/i18npool/source/calendar/calendar_gregorian.cxx b/i18npool/source/calendar/calendar_gregorian.cxx index ba8428cd6474..5e24deebd877 100644 --- a/i18npool/source/calendar/calendar_gregorian.cxx +++ b/i18npool/source/calendar/calendar_gregorian.cxx @@ -827,7 +827,7 @@ Calendar_gregorian::isValid() throw(RuntimeException, std::exception) // compare only with fields that are set and reset fieldSet[] if (tmp & (1 << fieldIndex)) { if (fieldSetValue[fieldIndex] != fieldValue[fieldIndex]) - return sal_False; + return false; } } } -- cgit