summaryrefslogtreecommitdiffstats
path: root/include/ucbhelper/contenthelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-16 11:43:56 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-16 10:46:03 +0000
commit3d264450989cecdc59a2e64f46a0328432ba0d08 (patch)
tree6900674c4034a2f689950d551398390d0e801b17 /include/ucbhelper/contenthelper.hxx
parentattempt to address reported loplugin:vclwidgets warning (diff)
downloadcore-3d264450989cecdc59a2e64f46a0328432ba0d08.tar.gz
core-3d264450989cecdc59a2e64f46a0328432ba0d08.zip
loplugin:constantfunction in ucbhelper
Change-Id: I80e00b5ac2621378801f89532ed88b377ef72b60 Reviewed-on: https://gerrit.libreoffice.org/23297 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/ucbhelper/contenthelper.hxx')
-rw-r--r--include/ucbhelper/contenthelper.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/include/ucbhelper/contenthelper.hxx b/include/ucbhelper/contenthelper.hxx
index d05f552b23b6..f558507e2d45 100644
--- a/include/ucbhelper/contenthelper.hxx
+++ b/include/ucbhelper/contenthelper.hxx
@@ -255,13 +255,10 @@ protected:
*
* @param rOldKey is the old key of the propertyset.
* @param rNewKey is the new key for the propertyset.
- * @param bRecursive is a flag indicating whether propertysets for
- * children described by rOldKey shall be renamed too.
* @return True, if the operation succeeded - False, otherwise.
*/
bool renameAdditionalPropertySet( const OUString& rOldKey,
- const OUString& rNewKey,
- bool bRecursive );
+ const OUString& rNewKey );
/**
* This method copies the propertyset containing the Additional Core
@@ -269,13 +266,10 @@ protected:
*
* @param rSourceKey is the key of the source propertyset.
* @param rTargetKey is the key of the target propertyset.
- * @param bRecursive is a flag indicating whether propertysets for
- * children described by rSourceKey shall be copied too.
* @return True, if the operation succeeded - False, otherwise.
*/
bool copyAdditionalPropertySet( const OUString& rSourceKey,
- const OUString& rTargetKey,
- bool bRecursive );
+ const OUString& rTargetKey );
/**
* This method removes the propertyset containing the Additional Core