diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-02 09:18:06 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-02 08:58:18 +0000 |
commit | 081ae7a734381dffe0aece7ea8d3c412f602df38 (patch) | |
tree | 6589d2788e0fbad89c822d0d90dba42899d40c4a /registry | |
parent | 2e7fe5087487cab0bb0173c84f91e1cf843d963e (diff) |
loplugin:unusedmethods registry,store
Change-Id: Ie78eb881a7fc47d0cd7b9862bd0cd200153ce77d
Reviewed-on: https://gerrit.libreoffice.org/16679
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'registry')
-rw-r--r-- | registry/source/keyimpl.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/registry/source/keyimpl.hxx b/registry/source/keyimpl.hxx index 0504e2b0b453..ddfbac418482 100644 --- a/registry/source/keyimpl.hxx +++ b/registry/source/keyimpl.hxx @@ -121,9 +121,6 @@ public: const OUString& getName() const { return m_name; } - sal_uInt32 getRefCount() const - { return m_refCount; } - OUString getFullPath(OUString const & path) const; private: |