summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.hxx2
-rw-r--r--xmlhelp/source/cxxhelp/provider/db.hxx2
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 );