From b47cb646ff2a62fcd3fac0e453a7261bbaefbcb7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 14 Mar 2016 13:41:38 +0200 Subject: loplugin:constantparam Change-Id: I270e068b3c83e966e741b0a072fecce9d92d53f5 --- ucbhelper/source/provider/contenthelper.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ucbhelper') diff --git a/ucbhelper/source/provider/contenthelper.cxx b/ucbhelper/source/provider/contenthelper.cxx index 36aef580543d..b66c6687012c 100644 --- a/ucbhelper/source/provider/contenthelper.cxx +++ b/ucbhelper/source/provider/contenthelper.cxx @@ -673,10 +673,10 @@ bool ContentImplHelper::copyAdditionalPropertySet( rSourceKey, rTargetKey, bRecursive ); } -bool ContentImplHelper::removeAdditionalPropertySet( bool bRecursive ) +bool ContentImplHelper::removeAdditionalPropertySet() { return m_xProvider->removeAdditionalPropertySet( - m_xIdentifier->getContentIdentifier(), bRecursive ); + m_xIdentifier->getContentIdentifier(), true/*bRecursive*/ ); } void ContentImplHelper::notifyPropertiesChange( -- cgit