summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/macab/MacabResultSet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/macab/MacabResultSet.cxx')
-rw-r--r--connectivity/source/drivers/macab/MacabResultSet.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/macab/MacabResultSet.cxx b/connectivity/source/drivers/macab/MacabResultSet.cxx
index d0206dfcbe23..0e3aee4c47cc 100644
--- a/connectivity/source/drivers/macab/MacabResultSet.cxx
+++ b/connectivity/source/drivers/macab/MacabResultSet.cxx
@@ -163,9 +163,9 @@ void SAL_CALL MacabResultSet::release() throw()
Sequence< Type > SAL_CALL MacabResultSet::getTypes() throw(RuntimeException)
{
OTypeCollection aTypes(
- ::getCppuType( (const Reference< ::com::sun::star::beans::XMultiPropertySet >*) 0),
- ::getCppuType( (const Reference< ::com::sun::star::beans::XFastPropertySet >*) 0),
- ::getCppuType( (const Reference< ::com::sun::star::beans::XPropertySet >*) 0));
+ cppu::UnoType<com::sun::star::beans::XMultiPropertySet>::get(),
+ cppu::UnoType<com::sun::star::beans::XFastPropertySet>::get(),
+ cppu::UnoType<com::sun::star::beans::XPropertySet>::get());
return comphelper::concatSequences(aTypes.getTypes(), MacabResultSet_BASE::getTypes());
}