summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/base.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-02 14:21:30 +0200
committerNoel Grandin <noel@peralex.com>2015-07-03 14:16:32 +0200
commit3b32c5898ff4e744d3f18b00421b433500426d74 (patch)
tree3b9c9ab876551b1ebf3ee27de53d0e85c0a0dbea /stoc/source/corereflection/base.hxx
parent025952f52767fb3508a6725468fe4b1e6ce4c9b1 (diff)
loplugin:unusedmethods sax,shell,stoc,basegfx
Change-Id: Ia5d63f7153e4b02acc5e206739316264d6d1184e
Diffstat (limited to 'stoc/source/corereflection/base.hxx')
-rw-r--r--stoc/source/corereflection/base.hxx6
1 files changed, 0 insertions, 6 deletions
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