diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:15:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:25:37 +0200 |
commit | 15e410e5afac989e423d6ce158ef65288c67ee7b (patch) | |
tree | 5c56e8b7b90b51b86b1f5ccbda0bf3c63533ae71 /connectivity/source/parse/sqlnode.cxx | |
parent | f555ab4e96a3d796c67cbec1c948cb920ebb3750 (diff) |
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I6fada7331ee369c35cbe019db4e730ce56cd1a1f
Diffstat (limited to 'connectivity/source/parse/sqlnode.cxx')
-rw-r--r-- | connectivity/source/parse/sqlnode.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx index e203e644758f..72862fd619b6 100644 --- a/connectivity/source/parse/sqlnode.cxx +++ b/connectivity/source/parse/sqlnode.cxx @@ -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); } |