summaryrefslogtreecommitdiffstats
path: root/connectivity/source/commontools/parameters.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-16 09:14:24 +0200
committerNoel Grandin <noel@peralex.com>2014-04-16 11:51:51 +0200
commit199d333f131474729a105afa5a3da61205f61df2 (patch)
tree01c0270df697b8857af0ad52fd8bd4502ccf86a0 /connectivity/source/commontools/parameters.cxx
parentAvoid risk of "unused" header removal (diff)
downloadcore-199d333f131474729a105afa5a3da61205f61df2.tar.gz
core-199d333f131474729a105afa5a3da61205f61df2.zip
connectivity: sal_Bool->bool
Change-Id: I96371121ce6697f153f4e973e65831ea2265eb56
Diffstat (limited to 'connectivity/source/commontools/parameters.cxx')
-rw-r--r--connectivity/source/commontools/parameters.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx
index fd1193e56264..9771003366d5 100644
--- a/connectivity/source/commontools/parameters.cxx
+++ b/connectivity/source/commontools/parameters.cxx
@@ -968,7 +968,7 @@ namespace dbtools
}
- void ParameterManager::setBoolean( sal_Int32 _nIndex, sal_Bool x )
+ void ParameterManager::setBoolean( sal_Int32 _nIndex, bool x )
{
VISIT_PARAMETER( setBoolean( _nIndex, x ) );
}