diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-10 13:44:57 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-11 06:04:52 +0000 |
commit | b796b24793827583550279d40bfe565c66ad284d (patch) | |
tree | c727fbab95059956287850ac817d8f9c1bb422f4 /ucb | |
parent | a97e6990435bbc47be4a4f6f349404f438e2c315 (diff) |
loplugin:countusersofdefaultparams in svl..unodevtools
Change-Id: Ie3d2cf29e99b8a51b80246aafa23a92e6c3404b2
Reviewed-on: https://gerrit.libreoffice.org/28017
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/file/shell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |