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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx
index f05dd1e9f5ea..3dc88987a29a 100644
--- a/registry/source/regimpl.hxx
+++ b/registry/source/regimpl.hxx
@@ -131,13 +131,13 @@ private:
bool bWarnings=false,
bool bReport=false);
- RegError checkBlop(store::OStoreStream& rValue,
+ static RegError checkBlop(store::OStoreStream& rValue,
const OUString& sTargetPath,
sal_uInt32 srcValueSize,
sal_uInt8* pSrcBuffer,
bool bReport=false);
- RegError mergeModuleValue(store::OStoreStream& rTargetValue,
+ static RegError mergeModuleValue(store::OStoreStream& rTargetValue,
RegistryTypeReader& reader,
RegistryTypeReader& reader2);