diff options
Diffstat (limited to 'registry/source/regimpl.hxx')
-rw-r--r-- | registry/source/regimpl.hxx | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx index 973a24986106..ecc7d1a9551d 100644 --- a/registry/source/regimpl.hxx +++ b/registry/source/regimpl.hxx @@ -40,7 +40,6 @@ osl::Guard< osl::Mutex > aGuard( mutex ); class ORegKey; -class RegistryTypeReader; class ORegistry { @@ -76,11 +75,6 @@ public: RegError deleteKey(RegKeyHandle hKey, std::u16string_view keyName); - RegError loadKey(RegKeyHandle hKey, - const OUString& regFileName, - bool bWarnings, - bool bReport); - RegError dumpRegistry(RegKeyHandle hKey) const; ~ORegistry(); @@ -106,30 +100,6 @@ private: RegError deleteSubkeysAndValues(ORegKey* pKey); - static RegError loadAndSaveValue(ORegKey* pTargetKey, - ORegKey const * pSourceKey, - const OUString& valueName, - sal_uInt32 nCut, - bool bWarnings, - bool bReport); - - static RegError checkBlop(store::OStoreStream& rValue, - std::u16string_view sTargetPath, - sal_uInt32 srcValueSize, - sal_uInt8 const * pSrcBuffer, - bool bReport); - - static RegError mergeModuleValue(store::OStoreStream& rTargetValue, - RegistryTypeReader const & reader, - RegistryTypeReader const & reader2); - - RegError loadAndSaveKeys(ORegKey* pTargetKey, - ORegKey* pSourceKey, - const OUString& keyName, - sal_uInt32 nCut, - bool bWarnings, - bool bReport); - RegError dumpValue(const OUString& sPath, const OUString& sName, sal_Int16 nSpace) const; |