diff options
Diffstat (limited to 'registry')
-rw-r--r-- | registry/source/reflwrit.hxx | 2 | ||||
-rw-r--r-- | registry/source/regimpl.hxx | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/registry/source/reflwrit.hxx b/registry/source/reflwrit.hxx index 9e47e53300db..a4161d89b0f3 100644 --- a/registry/source/reflwrit.hxx +++ b/registry/source/reflwrit.hxx @@ -76,7 +76,7 @@ public: const rtl::OUString& doku, const rtl::OUString& fileName, RTFieldAccess access, - const RTConstValue& constValue = RTConstValue()); + const RTConstValue& constValue); /** returns a pointer to the new type blob. diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx index cea37bf9b983..9abe5fbe9163 100644 --- a/registry/source/regimpl.hxx +++ b/registry/source/regimpl.hxx @@ -77,8 +77,8 @@ public: RegError loadKey(RegKeyHandle hKey, const OUString& regFileName, - bool bWarings=false, - bool bReport=false); + bool bWarings, + bool bReport); RegError dumpRegistry(RegKeyHandle hKey) const; @@ -109,14 +109,14 @@ private: ORegKey* pSourceKey, const OUString& valueName, sal_uInt32 nCut, - bool bWarnings=false, - bool bReport=false); + bool bWarnings, + bool bReport); static RegError checkBlop(store::OStoreStream& rValue, const OUString& sTargetPath, sal_uInt32 srcValueSize, sal_uInt8* pSrcBuffer, - bool bReport=false); + bool bReport); static RegError mergeModuleValue(store::OStoreStream& rTargetValue, RegistryTypeReader& reader, @@ -126,8 +126,8 @@ private: ORegKey* pSourceKey, const OUString& keyName, sal_uInt32 nCut, - bool bWarnings=false, - bool bReport=false); + bool bWarnings, + bool bReport); RegError dumpValue(const OUString& sPath, const OUString& sName, |