diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-18 09:37:44 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-21 10:20:31 +0200 |
commit | e18b08363a939b35e7f5dc435e606d2c62bddebd (patch) | |
tree | 6318e03a67fd2dfbbd29b88b3de36ad7e9fd6292 /idl/inc | |
parent | 20ff8cc5c3534d149b18b9776ab964324e70fdfd (diff) |
loplugin:unusedmethods
Change-Id: Ifafdaf6da0225f244853a0042a6458643b570623
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/basobj.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx index 1d6c70a103e3..e3ad1e583585 100644 --- a/idl/inc/basobj.hxx +++ b/idl/inc/basobj.hxx @@ -107,7 +107,6 @@ public: static void WriteStars( SvStream & ); virtual bool SetName( const OString& rName, SvIdlDataBase * = nullptr ); - const SvHelpContext& GetHelpContext() const { return aHelpContext; } virtual const SvString & GetName() const { return aName; } virtual const SvString & GetHelpText() const { return aHelpText; } virtual const SvString & GetConfigName() const{ return aConfigName; } |