summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbaccess/source/core/api/definitioncolumn.cxx2
-rw-r--r--dbaccess/source/core/inc/definitioncolumn.hxx2
2 files changed, 3 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/definitioncolumn.cxx b/dbaccess/source/core/api/definitioncolumn.cxx
index 6662b470fcae..9f9e511fc9b4 100644
--- a/dbaccess/source/core/api/definitioncolumn.cxx
+++ b/dbaccess/source/core/api/definitioncolumn.cxx
@@ -617,7 +617,7 @@ void OTableColumnDescriptorWrapper::setFastPropertyValue_NoBroadcast(
//============================================================
//--------------------------------------------------------------------------
OTableColumnWrapper::OTableColumnWrapper( const Reference< XPropertySet >& rCol, const Reference< XPropertySet >& _xColDefintion,
- bool _bPureWrap )
+ const bool _bPureWrap )
:OTableColumnDescriptorWrapper( rCol, _bPureWrap, false )
{
osl_incrementInterlockedCount( &m_refCount );
diff --git a/dbaccess/source/core/inc/definitioncolumn.hxx b/dbaccess/source/core/inc/definitioncolumn.hxx
index 96f20be014cb..c5151e6bffd5 100644
--- a/dbaccess/source/core/inc/definitioncolumn.hxx
+++ b/dbaccess/source/core/inc/definitioncolumn.hxx
@@ -186,6 +186,8 @@ namespace dbaccess
impl_determineOriginalTableColumn(
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection
);
+
+ using ::cppu::OPropertySetHelper::getFastPropertyValue;
};
// =========================================================================