summaryrefslogtreecommitdiff
path: root/registry/source/regimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/source/regimpl.hxx')
-rw-r--r--registry/source/regimpl.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx
index deeae444311f..055e0d0a5770 100644
--- a/registry/source/regimpl.hxx
+++ b/registry/source/regimpl.hxx
@@ -91,13 +91,13 @@ public:
RegError loadKey(RegKeyHandle hKey,
const OUString& regFileName,
- sal_Bool bWarings=sal_False,
- sal_Bool bReport=sal_False);
+ bool bWarings=false,
+ bool bReport=false);
RegError saveKey(RegKeyHandle hKey,
const OUString& regFileName,
- sal_Bool bWarings=sal_False,
- sal_Bool bReport=sal_False);
+ bool bWarings=false,
+ bool bReport=false);
RegError dumpRegistry(RegKeyHandle hKey) const;
@@ -128,14 +128,14 @@ private:
ORegKey* pSourceKey,
const OUString& valueName,
sal_uInt32 nCut,
- sal_Bool bWarnings=sal_False,
- sal_Bool bReport=sal_False);
+ bool bWarnings=false,
+ bool bReport=false);
RegError checkBlop(store::OStoreStream& rValue,
const OUString& sTargetPath,
sal_uInt32 srcValueSize,
sal_uInt8* pSrcBuffer,
- sal_Bool bReport=sal_False);
+ bool bReport=false);
RegError mergeModuleValue(store::OStoreStream& rTargetValue,
RegistryTypeReader& reader,
@@ -145,8 +145,8 @@ private:
ORegKey* pSourceKey,
const OUString& keyName,
sal_uInt32 nCut,
- sal_Bool bWarnings=sal_False,
- sal_Bool bReport=sal_False);
+ bool bWarnings=false,
+ bool bReport=false);
RegError dumpValue(const OUString& sPath,
const OUString& sName,