diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-19 11:09:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-20 08:50:48 +0200 |
commit | 14d45665433eec974acd96f813f2bf314bdb3eba (patch) | |
tree | 814e8fc8448754fa32ad447095a4353ab4dfb7d1 /registry/source/keyimpl.hxx | |
parent | 8f8a1e301c7f5b9e924e192ab68b7baa23dcc47a (diff) |
loplugin:constmethod in codemaker,registry,store
Change-Id: Ie75875974f054ff79bd64b1c261e79e2b78eb7fc
Reviewed-on: https://gerrit.libreoffice.org/43540
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'registry/source/keyimpl.hxx')
-rw-r--r-- | registry/source/keyimpl.hxx | 4 |
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; } |