summaryrefslogtreecommitdiff
path: root/include/connectivity
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 /include/connectivity
parent2f316b07a502b527876462d524061dbf6c9a04d5 (diff)
connectivity: sal_Bool->bool
Change-Id: I96371121ce6697f153f4e973e65831ea2265eb56
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/PColumn.hxx2
-rw-r--r--include/connectivity/parameters.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/PColumn.hxx b/include/connectivity/PColumn.hxx
index 69fdbb2188e9..e5b4c73db2d5 100644
--- a/include/connectivity/PColumn.hxx
+++ b/include/connectivity/PColumn.hxx
@@ -123,7 +123,7 @@ namespace connectivity
class OOO_DLLPUBLIC_DBTOOLS OOrderColumn :
public OOrderColumn_BASE, public OOrderColumn_PROP
{
- const sal_Bool m_bAscending;
+ const bool m_bAscending;
protected:
virtual ::cppu::IPropertyArrayHelper* createArrayHelper() const SAL_OVERRIDE;
diff --git a/include/connectivity/parameters.hxx b/include/connectivity/parameters.hxx
index 37d70250d3a4..7695e9fdaf00 100644
--- a/include/connectivity/parameters.hxx
+++ b/include/connectivity/parameters.hxx
@@ -221,7 +221,7 @@ namespace dbtools
// XParameters equivalents
void setNull ( sal_Int32 _nIndex, sal_Int32 sqlType);
void setObjectNull ( sal_Int32 _nIndex, sal_Int32 sqlType, const OUString& typeName);
- void setBoolean ( sal_Int32 _nIndex, sal_Bool x);
+ void setBoolean ( sal_Int32 _nIndex, bool x);
void setByte ( sal_Int32 _nIndex, sal_Int8 x);
void setShort ( sal_Int32 _nIndex, sal_Int16 x);
void setInt ( sal_Int32 _nIndex, sal_Int32 x);