diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-10 13:48:02 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-12 06:54:08 +0000 |
commit | 500a3be0ea9184fc2823d704acf4037f70c6721e (patch) | |
tree | 9ceff28559b0b56c58c44313894589e564496a6b /xmlhelp | |
parent | 8806a86c9d1ba63259ea79dd1c955ef970ab1989 (diff) |
loplugin:countusersofdefaultparams in vcl..xmlsecurity
Change-Id: I538596a99e632178d928ff7e66ad45c71b73c6fd
Reviewed-on: https://gerrit.libreoffice.org/28018
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.hxx | 2 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/db.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 ); |