From 70f87284c6ce77a49b1fac1431cea206f4b1dfa9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 5 Mar 2016 18:03:25 +0200 Subject: improve defaultparams loplugin to catch calling params with defaults like "= OUSString()" Change-Id: Iad060e318ed492c22f8be44e326174fe6d28fff9 Reviewed-on: https://gerrit.libreoffice.org/22932 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sot/qa/cppunit/test_sot.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sot/qa') diff --git a/sot/qa/cppunit/test_sot.cxx b/sot/qa/cppunit/test_sot.cxx index 52ed35046cf9..50841ad2f9f2 100644 --- a/sot/qa/cppunit/test_sot.cxx +++ b/sot/qa/cppunit/test_sot.cxx @@ -118,8 +118,7 @@ namespace void SotTest::test() { testDir(OUString(), - getURLFromSrc("/sot/qa/cppunit/data/"), - OUString()); + getURLFromSrc("/sot/qa/cppunit/data/")); } void SotTest::testSize() -- cgit