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 --- hwpfilter/qa/cppunit/test_hwpfilter.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hwpfilter') diff --git a/hwpfilter/qa/cppunit/test_hwpfilter.cxx b/hwpfilter/qa/cppunit/test_hwpfilter.cxx index 6fde479409fb..900d255dc2ee 100644 --- a/hwpfilter/qa/cppunit/test_hwpfilter.cxx +++ b/hwpfilter/qa/cppunit/test_hwpfilter.cxx @@ -60,8 +60,7 @@ namespace void HwpFilterTest::test() { testDir(OUString(), - getURLFromSrc("/hwpfilter/qa/cppunit/data/"), - OUString()); + getURLFromSrc("/hwpfilter/qa/cppunit/data/")); } CPPUNIT_TEST_SUITE_REGISTRATION(HwpFilterTest); -- cgit