summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/property/propagg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/comphelper/source/property/propagg.cxx b/comphelper/source/property/propagg.cxx
index 5928578a1f2f..545da88d45f7 100644
--- a/comphelper/source/property/propagg.cxx
+++ b/comphelper/source/property/propagg.cxx
@@ -424,13 +424,13 @@ namespace internal
}
catch( const Exception& )
{
- m_rAggregationHelper.forwardedPropertyValue( _nHandle, false );
+ m_rAggregationHelper.forwardedPropertyValue( _nHandle );
throw;
}
m_nCurrentlyForwarding = -1;
- m_rAggregationHelper.forwardedPropertyValue( _nHandle, true );
+ m_rAggregationHelper.forwardedPropertyValue( _nHandle );
}
}
}
@@ -1013,13 +1013,13 @@ void OPropertySetAggregationHelper::declareForwardedProperty( sal_Int32 _nHandle
}
-void SAL_CALL OPropertySetAggregationHelper::forwardingPropertyValue( sal_Int32 )
+void OPropertySetAggregationHelper::forwardingPropertyValue( sal_Int32 )
{
// not interested in
}
-void SAL_CALL OPropertySetAggregationHelper::forwardedPropertyValue( sal_Int32, bool )
+void OPropertySetAggregationHelper::forwardedPropertyValue( sal_Int32 )
{
// not interested in
}