summaryrefslogtreecommitdiffstats
path: root/registry/source/regimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/source/regimpl.hxx')
-rw-r--r--registry/source/regimpl.hxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx
index ea6d386d4c15..d761709dc50f 100644
--- a/registry/source/regimpl.hxx
+++ b/registry/source/regimpl.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: regimpl.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.5.10.1 $
*
* This file is part of OpenOffice.org.
*
@@ -124,17 +124,12 @@ public:
RegError dumpRegistry(RegKeyHandle hKey) const;
- RegError createLink(RegKeyHandle hKey,
- const OUString& linkName,
- const OUString& linkTarget);
-
RegError deleteLink(RegKeyHandle hKey,
const OUString& linkName);
public:
virtual ~ORegistry();
- sal_Bool isKeyOpen(const OUString& keyName) const;
sal_Bool isReadOnly() const
{ return m_readOnly; }
@@ -162,8 +157,6 @@ protected:
RegError deleteSubkeysAndValues(ORegKey* pKey,
RESOLVE eResolve=RESOLVE_FULL);
- sal_uInt32 countSubKeys(ORegKey* pKey);
-
RegError loadAndSaveValue(ORegKey* pTargetKey,
ORegKey* pSourceKey,
const OUString& valueName,