From 9870f02b310567c1d50c8e11a49afea5fdc549a0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 25 Jul 2016 14:04:19 +0200 Subject: loplugin:countusersofdefaultparams in tools..xmlsecurity find methods with default params with only zero or one call site Change-Id: Ie5b30f60e9fe00ba1acf0dfc79b005ded46f05a0 Reviewed-on: https://gerrit.libreoffice.org/27512 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmlhelp/source/cxxhelp/provider/databases.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlhelp') diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx index 432607aa4cd0..b1e0230e667c 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.hxx +++ b/xmlhelp/source/cxxhelp/provider/databases.hxx @@ -430,7 +430,7 @@ namespace chelp { css::uno::Reference< css::container::XHierarchicalNameAccess > nextJarFile( css::uno::Reference< css::deployment::XPackage >& o_xParentPackageBundle, - OUString* o_pExtensionPath = nullptr, OUString* o_pExtensionRegistryPath = nullptr ); + OUString* o_pExtensionPath, OUString* o_pExtensionRegistryPath ); private: css::uno::Reference< css::container::XHierarchicalNameAccess > -- cgit