diff options
Diffstat (limited to 'include/connectivity/PColumn.hxx')
-rw-r--r-- | include/connectivity/PColumn.hxx | 2 |
1 files changed, 1 insertions, 1 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; |