From 04c0b70c9bbd7c8d6e30a95c5693d283c992fd98 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 6 Jul 2015 10:06:45 +0300 Subject: loplugin:unusedmethods sax,shell,stoc,basegfx Change-Id: I8f3871fd4e82b6850718b6f2a8757f3043d00017 --- stoc/source/corereflection/base.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'stoc/source/corereflection') diff --git a/stoc/source/corereflection/base.hxx b/stoc/source/corereflection/base.hxx index ea1b8527ad80..426c2d2c0c44 100644 --- a/stoc/source/corereflection/base.hxx +++ b/stoc/source/corereflection/base.hxx @@ -159,10 +159,6 @@ public: { return _pTypeDescr; } IdlReflectionServiceImpl * getReflection() const { return _pReflection; } - css::uno::Reference< css::lang::XMultiServiceFactory > getSMgr() const - { return _pReflection->getSMgr(); } - css::uno::Reference< css::container::XHierarchicalNameAccess > getTDMgr() const - { return getReflection()->getTDMgr(); } // Ctor IdlClassImpl( IdlReflectionServiceImpl * pReflection, @@ -346,8 +342,6 @@ protected: public: IdlReflectionServiceImpl * getReflection() const { return _pReflection; } - css::uno::Reference< css::lang::XMultiServiceFactory > getSMgr() const - { return _pReflection->getSMgr(); } typelib_TypeDescription * getTypeDescr() const { return _pTypeDescr; } typelib_TypeDescription * getDeclTypeDescr() const -- cgit