From b796b24793827583550279d40bfe565c66ad284d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 10 Aug 2016 13:44:57 +0200 Subject: loplugin:countusersofdefaultparams in svl..unodevtools Change-Id: Ie3d2cf29e99b8a51b80246aafa23a92e6c3404b2 Reviewed-on: https://gerrit.libreoffice.org/28017 Tested-by: Jenkins Reviewed-by: Noel Grandin --- ucb/source/ucp/file/shell.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucb') diff --git a/ucb/source/ucp/file/shell.hxx b/ucb/source/ucp/file/shell.hxx index 3408ad017bf5..cac588f310b8 100644 --- a/ucb/source/ucp/file/shell.hxx +++ b/ucb/source/ucp/file/shell.hxx @@ -439,7 +439,7 @@ namespace fileaccess { void SAL_CALL copyPersistentSet( const OUString& srcUnqPath, const OUString& dstUnqPath, - bool withChildren = false ); + bool withChildren ); // Special optimized method for getting the properties of a directoryitem, which -- cgit