From 066855a15a9a1d5be4e134391ed19ef2c73d5bbd Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 25 Nov 2010 11:17:35 +0000 Subject: remove empty method --- registry/source/regimpl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'registry') diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx index bbb4a5b2016d..c08721ee84d4 100644 --- a/registry/source/regimpl.hxx +++ b/registry/source/regimpl.hxx @@ -123,7 +123,7 @@ public: ORegKey* getRootKey(); - const store::OStoreFile& getStoreFile() + const store::OStoreFile& getStoreFile() const { return m_file; } const rtl::OUString& getName() const -- cgit