loplugin:salbool: Automatic rewrite of sal_False/True

Change-Id: I6fada7331ee369c35cbe019db4e730ce56cd1a1f
This commit is contained in:
Stephan Bergmann
2016-04-20 17:15:39 +02:00
parent f555ab4e96
commit 15e410e5af
68 changed files with 649 additions and 649 deletions

View File

@@ -1216,7 +1216,7 @@ OSQLParseNode* OSQLParser::predicateTree(OUString& rErrorMessage, const OUString
aLocale.Language = "en";
aLocale.Country = "US";
OUString sFormat("YYYY-MM-DD");
m_nDateFormatKey = xFormats->queryKey(sFormat,aLocale,sal_False);
m_nDateFormatKey = xFormats->queryKey(sFormat,aLocale,false);
if ( m_nDateFormatKey == sal_Int32(-1) )
m_nDateFormatKey = xFormats->addNew(sFormat, aLocale);
}