summaryrefslogtreecommitdiffstats
path: root/sc/qa
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-31 10:11:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-31 10:03:24 +0000
commit442eacc4e186db3cc941f7cba28ac1692d601ea2 (patch)
tree47e3df64ebfbeb596768eba2edf23f9366f86fff /sc/qa
parentloplugin:oncevar in vbahelper..writerfilter (diff)
downloadcore-442eacc4e186db3cc941f7cba28ac1692d601ea2.tar.gz
core-442eacc4e186db3cc941f7cba28ac1692d601ea2.zip
loplugin:countusersofdefaultparams in sc(part1)
Change-Id: Ia2b0174654fad536ee23f6174a0b38b1843a4aa5 Reviewed-on: https://gerrit.libreoffice.org/30427 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/helper/csv_handler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/helper/csv_handler.hxx b/sc/qa/unit/helper/csv_handler.hxx
index 54a0ec46c743..090de9c732a5 100644
--- a/sc/qa/unit/helper/csv_handler.hxx
+++ b/sc/qa/unit/helper/csv_handler.hxx
@@ -83,7 +83,7 @@ OString createErrorMessage(SCCOL nCol, SCROW nRow, SCTAB nTab, double aExpected,
class csv_handler
{
public:
- csv_handler(ScDocument* pDoc, SCTAB nTab, StringType eType = StringValue):
+ csv_handler(ScDocument* pDoc, SCTAB nTab, StringType eType):
mpDoc(pDoc),
mnCol(0),
mnRow(0),