summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-05 18:03:25 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-07 05:57:17 +0000
commit70f87284c6ce77a49b1fac1431cea206f4b1dfa9 (patch)
treef979810ab0761169d094385940612aa1477056d6 /sc
parent37a6bafea8416541d7d250d66a9e951400b197a3 (diff)
improve defaultparams loplugin
to catch calling params with defaults like "= OUSString()" Change-Id: Iad060e318ed492c22f8be44e326174fe6d28fff9 Reviewed-on: https://gerrit.libreoffice.org/22932 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/filters-test.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index 096d3fb0b82b..cec53a7920ad 100644
--- a/sc/qa/unit/filters-test.cxx
+++ b/sc/qa/unit/filters-test.cxx
@@ -129,22 +129,22 @@ void ScFiltersTest::testCVEs()
{
#ifndef DISABLE_CVE_TESTS
testDir("Quattro Pro 6.0",
- getURLFromSrc("/sc/qa/unit/data/qpro/"), OUString());
+ getURLFromSrc("/sc/qa/unit/data/qpro/"));
//warning, the current "sylk filter" in sc (docsh.cxx) automatically
//chains on failure on trying as csv, rtf, etc. so "success" may
//not indicate that it imported as .slk.
testDir("SYLK",
- getURLFromSrc("/sc/qa/unit/data/slk/"), OUString());
+ getURLFromSrc("/sc/qa/unit/data/slk/"));
testDir("MS Excel 97",
- getURLFromSrc("/sc/qa/unit/data/xls/"), OUString());
+ getURLFromSrc("/sc/qa/unit/data/xls/"));
testDir("dBase",
- getURLFromSrc("/sc/qa/unit/data/dbf/"), OUString());
+ getURLFromSrc("/sc/qa/unit/data/dbf/"));
testDir("Lotus",
- getURLFromSrc("/sc/qa/unit/data/wks/"), OUString());
+ getURLFromSrc("/sc/qa/unit/data/wks/"));
#endif
}