diff options
Diffstat (limited to 'cppuhelper/source')
-rw-r--r-- | cppuhelper/source/propshlp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx index 9955750ea05e..91e777249f4a 100644 --- a/cppuhelper/source/propshlp.cxx +++ b/cppuhelper/source/propshlp.cxx @@ -238,7 +238,7 @@ css::uno::Sequence< css::uno::Type > OPropertySetHelper::getTypes() void OPropertySetHelper::disposing() { // Create an event with this as sender - Reference < XPropertySet > rSource( (static_cast< XPropertySet * >(this)) , UNO_QUERY ); + Reference < XPropertySet > rSource( static_cast< XPropertySet * >(this), UNO_QUERY ); EventObject aEvt; aEvt.Source = rSource; |