diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-14 13:41:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-15 08:27:25 +0200 |
commit | b47cb646ff2a62fcd3fac0e453a7261bbaefbcb7 (patch) | |
tree | 49a2dc78e998baa77212776d7d94fb8d72dc0f00 /include/ucbhelper | |
parent | 89e0663c55f7f1763536a345d63111115c71ef26 (diff) |
loplugin:constantparam
Change-Id: I270e068b3c83e966e741b0a072fecce9d92d53f5
Diffstat (limited to 'include/ucbhelper')
-rw-r--r-- | include/ucbhelper/contenthelper.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ucbhelper/contenthelper.hxx b/include/ucbhelper/contenthelper.hxx index 58dbc00feb45..d05f552b23b6 100644 --- a/include/ucbhelper/contenthelper.hxx +++ b/include/ucbhelper/contenthelper.hxx @@ -281,11 +281,11 @@ protected: * This method removes the propertyset containing the Additional Core * Properties of the content. * - * @param bRecursive is a flag indicating whether propertysets for - * children described by rOldKey shall be removed too. + * Propertysets for children described by rOldKey are removed too. + * * @return True, if the operation succeeded - False, otherwise. */ - bool removeAdditionalPropertySet( bool bRecursive ); + bool removeAdditionalPropertySet(); public: /** |