summaryrefslogtreecommitdiff
path: root/connectivity/source/cpool/ZDriverWrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/cpool/ZDriverWrapper.cxx')
-rw-r--r--connectivity/source/cpool/ZDriverWrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/cpool/ZDriverWrapper.cxx b/connectivity/source/cpool/ZDriverWrapper.cxx
index d4defb5d8db9..d780e3181e42 100644
--- a/connectivity/source/cpool/ZDriverWrapper.cxx
+++ b/connectivity/source/cpool/ZDriverWrapper.cxx
@@ -47,7 +47,7 @@ namespace connectivity
_rxAggregateDriver = NULL;
// a second "real" reference
- m_xDriver = Reference< XDriver >(m_xDriverAggregate, UNO_QUERY);
+ m_xDriver.set(m_xDriverAggregate, UNO_QUERY);
OSL_ENSURE(m_xDriver.is(), "ODriverWrapper::ODriverWrapper: invalid aggregate (no XDriver)!");
// set ourself as delegator