summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.cxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.cxx b/connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.cxx
index b37c3b2e03fd..78a67428baf9 100644
--- a/connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.cxx
+++ b/connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.cxx
@@ -96,8 +96,8 @@ com::sun::star::uno::Sequence< com::sun::star::uno::Type > FakedUpdateableResult
if( !pCollection )
{
static cppu::OTypeCollection collection(
- getCppuType( (Reference< XResultSetUpdate> *) 0 ),
- getCppuType( (Reference< XRowUpdate> *) 0 ),
+ cppu::UnoType<XResultSetUpdate>::get(),
+ cppu::UnoType<XRowUpdate>::get(),
ResultSet::getTypes());
pCollection = &collection;
}