summaryrefslogtreecommitdiffstats
path: root/framework/source/fwi/classes/propertysethelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwi/classes/propertysethelper.cxx')
-rw-r--r--framework/source/fwi/classes/propertysethelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwi/classes/propertysethelper.cxx b/framework/source/fwi/classes/propertysethelper.cxx
index 52b6972ebd41..8f1e6acc2da2 100644
--- a/framework/source/fwi/classes/propertysethelper.cxx
+++ b/framework/source/fwi/classes/propertysethelper.cxx
@@ -187,7 +187,7 @@ void SAL_CALL PropertySetHelper::setPropertyValue(const OUString& sProperty,
aEvent.PropertyHandle = aPropInfo.Handle;
aEvent.OldValue = aCurrentValue;
aEvent.NewValue = aValue;
- aEvent.Source = css::uno::Reference< css::uno::XInterface >(m_xBroadcaster.get(), css::uno::UNO_QUERY);
+ aEvent.Source.set(m_xBroadcaster.get(), css::uno::UNO_QUERY);
if (m_bReleaseLockOnCall)
{