summaryrefslogtreecommitdiff
path: root/sc/inc/stringutil.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-29 08:50:28 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-29 08:41:53 +0000
commit86c0ce4d4637142b939ebaeb79c6bd35e49c1082 (patch)
tree92db4fc6a8b0e409963e4422d307327274b41931 /sc/inc/stringutil.hxx
parent8f96ab602a9e7cad1215abb693f33824a7b37679 (diff)
loplugin:countusersofdefaultparams
Change-Id: I26f46ddac3d7d810ebfa1c3e7f1a77427369828e Reviewed-on: https://gerrit.libreoffice.org/28451 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/inc/stringutil.hxx')
-rw-r--r--sc/inc/stringutil.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/stringutil.hxx b/sc/inc/stringutil.hxx
index ef7bd50f3db6..3f9b0dbccaa2 100644
--- a/sc/inc/stringutil.hxx
+++ b/sc/inc/stringutil.hxx
@@ -132,7 +132,7 @@ public:
static bool parseSimpleNumber(
const char* p, size_t n, char dsep, char gsep, double& rVal);
- static sal_Int32 SC_DLLPUBLIC GetQuotedTokenCount(const OUString &rIn, const OUString& rQuotedPairs, sal_Unicode cTok = ';' );
+ static sal_Int32 SC_DLLPUBLIC GetQuotedTokenCount(const OUString &rIn, const OUString& rQuotedPairs, sal_Unicode cTok );
static OUString SC_DLLPUBLIC GetQuotedToken(const OUString &rIn, sal_Int32 nToken, const OUString& rQuotedPairs,
sal_Unicode cTok, sal_Int32& rIndex );