summaryrefslogtreecommitdiff
path: root/stoc/source/implementationregistration
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-05 09:30:03 +0200
committerNoel Grandin <noel@peralex.com>2015-11-05 09:59:30 +0200
commit3fdbf5935e0aff6350e861e868c7e0a12dd1bc8f (patch)
treec2d5a74b8aa8d51a7a3906e390ce77f7fce6ead1 /stoc/source/implementationregistration
parent1c3d3ffa81d1a451b5a694cff022df3c5c94ba8e (diff)
use uno::Reference::set method instead of assignment
Change-Id: I6cb508e392d5e194c80fc6d0927c86414e4ab05b
Diffstat (limited to 'stoc/source/implementationregistration')
-rw-r--r--stoc/source/implementationregistration/implreg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/implementationregistration/implreg.cxx b/stoc/source/implementationregistration/implreg.cxx
index 671fffaaa0f8..dc1a17a0da70 100644
--- a/stoc/source/implementationregistration/implreg.cxx
+++ b/stoc/source/implementationregistration/implreg.cxx
@@ -1553,7 +1553,7 @@ sal_Bool ImplementationRegistration::revokeImplementation(const OUString& locati
xRegistry = xReg;
}
else {
- Reference < XPropertySet > xPropSet = Reference< XPropertySet >::query( m_xSMgr );
+ Reference < XPropertySet > xPropSet( m_xSMgr, UNO_QUERY );
if( xPropSet.is() ) {
try {
Any aAny = xPropSet->getPropertyValue( spool().Registry );