From 500a3be0ea9184fc2823d704acf4037f70c6721e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 10 Aug 2016 13:48:02 +0200 Subject: loplugin:countusersofdefaultparams in vcl..xmlsecurity Change-Id: I538596a99e632178d928ff7e66ad45c71b73c6fd Reviewed-on: https://gerrit.libreoffice.org/28018 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- xmlhelp/source/cxxhelp/provider/databases.hxx | 2 +- xmlhelp/source/cxxhelp/provider/db.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlhelp') diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx index b1e0230e667c..f725e74765d0 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.hxx +++ b/xmlhelp/source/cxxhelp/provider/databases.hxx @@ -435,7 +435,7 @@ namespace chelp { private: css::uno::Reference< css::container::XHierarchicalNameAccess > implGetJarFromPackage(const css::uno::Reference< css::deployment::XPackage >& xPackage, - OUString* o_pExtensionPath = nullptr, OUString* o_pExtensionRegistryPath = nullptr ); + OUString* o_pExtensionPath, OUString* o_pExtensionRegistryPath ); }; // end class JarFileIterator diff --git a/xmlhelp/source/cxxhelp/provider/db.hxx b/xmlhelp/source/cxxhelp/provider/db.hxx index 6ef89ffd1928..f21407993016 100644 --- a/xmlhelp/source/cxxhelp/provider/db.hxx +++ b/xmlhelp/source/cxxhelp/provider/db.hxx @@ -88,7 +88,7 @@ namespace helpdatafileproxy { ~Hdf() { releaseHashMap(); } - void createHashMap( bool bOptimizeForPerformance = false ); + void createHashMap( bool bOptimizeForPerformance ); void releaseHashMap(); bool getValueForKey( const OString& rKey, HDFData& rValue ); -- cgit