summaryrefslogtreecommitdiff
path: root/registry/source/keyimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/source/keyimpl.hxx')
-rw-r--r--registry/source/keyimpl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/registry/source/keyimpl.hxx b/registry/source/keyimpl.hxx
index 2b3880e9e70e..f8f90e86407a 100644
--- a/registry/source/keyimpl.hxx
+++ b/registry/source/keyimpl.hxx
@@ -91,7 +91,7 @@ public:
sal_uInt32* pLen) const;
RegError getResolvedKeyName(const OUString& keyName,
- OUString& resolvedName);
+ OUString& resolvedName) const;
bool isDeleted() const
{ return m_bDeleted; }
@@ -116,7 +116,7 @@ public:
const store::OStoreFile& getStoreFile() const
{ return m_pRegistry->getStoreFile(); }
- store::OStoreDirectory getStoreDir();
+ store::OStoreDirectory getStoreDir() const;
const OUString& getName() const
{ return m_name; }