summaryrefslogtreecommitdiff
path: root/include/vcl/strhelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-26 09:36:26 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-02-26 08:24:32 +0000
commit911ae0aeca443fb4b5e400ae0f939567b580e443 (patch)
tree1b7ef72f8f4c50c9ab7a552743a95b329912a0bc /include/vcl/strhelper.hxx
parent63e2aec922ec8c0a9011b98dbfd3dac295f473af (diff)
loplugin:unuseddefaultparams in /include/vcl
Change-Id: I36daccd90bfa6ba0ee8b9e76bff2bd8494155a04 Reviewed-on: https://gerrit.libreoffice.org/22710 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl/strhelper.hxx')
-rw-r--r--include/vcl/strhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/strhelper.hxx b/include/vcl/strhelper.hxx
index d8b9cff0baec..5f3c21647dbd 100644
--- a/include/vcl/strhelper.hxx
+++ b/include/vcl/strhelper.hxx
@@ -36,7 +36,7 @@ namespace psp
// returns number of tokens (zero if empty or whitespace only)
VCL_DLLPUBLIC OUString WhitespaceToSpace( const OUString&, bool bProtect = true );
- VCL_DLLPUBLIC OString WhitespaceToSpace(const OString&, bool bProtect = true);
+ VCL_DLLPUBLIC OString WhitespaceToSpace(const OString&);
// returns a string with multiple adjacent occurrences of whitespace
// converted to a single space. if bProtect is sal_True (nonzero), then
// doublequote, singlequote and singleleftquote protect their respective