diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-05 11:59:19 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-05 11:50:45 +0000 |
commit | f12476f0f61824f6bf5120d3176731b17a43b817 (patch) | |
tree | d94238485804d4937f1aaf9e68beebd52cb490e4 /registry | |
parent | 99cb0d3e68921c52311b4dce032d8d2bf39a969f (diff) |
loplugin:countusersofdefaultparams in oox..sd
Change-Id: I4504939a3957606979c6ac36af6611e1fe072d01
Reviewed-on: https://gerrit.libreoffice.org/27902
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
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, |