loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I6fada7331ee369c35cbe019db4e730ce56cd1a1f
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user