diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-06 10:06:45 +0300 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-06 10:10:02 +0300 |
commit | 04c0b70c9bbd7c8d6e30a95c5693d283c992fd98 (patch) | |
tree | 6319bdcd60262bd3d7b5099f7c446fd589562c67 /stoc | |
parent | e9c3583c2cc27fc88ee81047c236ec99dd51e8de (diff) |
loplugin:unusedmethods sax,shell,stoc,basegfx
Change-Id: I8f3871fd4e82b6850718b6f2a8757f3043d00017
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/corereflection/base.hxx | 6 | ||||
-rw-r--r-- | stoc/source/javavm/javavm.hxx | 3 |
2 files changed, 0 insertions, 9 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 diff --git a/stoc/source/javavm/javavm.hxx b/stoc/source/javavm/javavm.hxx index a8046b676e06..cf3e3581db5a 100644 --- a/stoc/source/javavm/javavm.hxx +++ b/stoc/source/javavm/javavm.hxx @@ -128,9 +128,6 @@ private: virtual void SAL_CALL disposing() SAL_OVERRIDE; - JavaVM * createJavaVM(JVM const & jvm, JNIEnv ** pMainThreadEnv); - // throws css::uno::RuntimeException - void registerConfigChangesListener(); void setINetSettingsInVM(bool set_reset); |