diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-31 16:46:08 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-01 07:38:08 +0200 |
commit | 3194d22a24f102d2a8a617f88b162545a0395447 (patch) | |
tree | 3a4f20580f424ff774fc810f154e7296ffced21c /connectivity/source/commontools/predicateinput.cxx | |
parent | 2c7bef7b8d71a7ce435695ef6d10f443e7bf26f0 (diff) |
connectivity: sal_Bool->bool and fix method name
Convert method name
getBoleanComparisonPredicate
to
getBooleanComparisonPredicate
Change-Id: I00c726b1fecd8352dc49f2af98c3ae3c799ef424
Diffstat (limited to 'connectivity/source/commontools/predicateinput.cxx')
-rw-r--r-- | connectivity/source/commontools/predicateinput.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/predicateinput.cxx b/connectivity/source/commontools/predicateinput.cxx index 8715ad5f32c1..03373a9b6762 100644 --- a/connectivity/source/commontools/predicateinput.cxx +++ b/connectivity/source/commontools/predicateinput.cxx @@ -116,7 +116,7 @@ namespace dbtools ); } - Reference< XNumberFormatsSupplier > xNumberFormats = ::dbtools::getNumberFormats( m_xConnection, sal_True ); + Reference< XNumberFormatsSupplier > xNumberFormats = ::dbtools::getNumberFormats( m_xConnection, true ); if ( !xNumberFormats.is() ) ::comphelper::disposeComponent( m_xFormatter ); else |