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 82e32df55738..11caf4c4b57a 100644 --- a/cppuhelper/source/propshlp.cxx +++ b/cppuhelper/source/propshlp.cxx @@ -487,7 +487,7 @@ void OPropertySetHelper::setDependentFastPropertyValue( sal_Int32 i_handle, cons { // not allowed to leave this meathod WrappedTargetException aWrapped; - aWrapped.TargetException <<= ::cppu::getCaughtException(); + aWrapped.TargetException = ::cppu::getCaughtException(); aWrapped.Context = static_cast< XPropertySet* >( this ); throw aWrapped; } |