summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/core/api/CRowSetDataColumn.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-01 08:38:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-01 08:38:29 +0200
commitcc7ae7776402ed967463cdf8f515d5236edffbad (patch)
treeea256348e44bde04f0f920785d42681c58f22803 /dbaccess/source/core/api/CRowSetDataColumn.cxx
parentReplace remaining getCppuType et al with cppu::UnoType (diff)
downloadcore-cc7ae7776402ed967463cdf8f515d5236edffbad.tar.gz
core-cc7ae7776402ed967463cdf8f515d5236edffbad.zip
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: I2d1b59cf13c3944b24ad54dc63e20b83a9c8a015
Diffstat (limited to 'dbaccess/source/core/api/CRowSetDataColumn.cxx')
-rw-r--r--dbaccess/source/core/api/CRowSetDataColumn.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/CRowSetDataColumn.cxx b/dbaccess/source/core/api/CRowSetDataColumn.cxx
index 189ae6844fb1..df23c4c0403c 100644
--- a/dbaccess/source/core/api/CRowSetDataColumn.cxx
+++ b/dbaccess/source/core/api/CRowSetDataColumn.cxx
@@ -55,7 +55,7 @@ ORowSetDataColumn::ORowSetDataColumn( const Reference < XResultSetMetaData >& _x
,m_aDescription(_rDescription)
{
OColumnSettings::registerProperties( *this );
- registerProperty( PROPERTY_DESCRIPTION, PROPERTY_ID_DESCRIPTION, PropertyAttribute::READONLY, &m_aDescription, ::getCppuType( &m_aDescription ) );
+ registerProperty( PROPERTY_DESCRIPTION, PROPERTY_ID_DESCRIPTION, PropertyAttribute::READONLY, &m_aDescription, cppu::UnoType<decltype(m_aDescription)>::get() );
}
ORowSetDataColumn::~ORowSetDataColumn()