diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-13 12:06:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-13 12:16:23 +0200 |
commit | c263b4ae5fa9f56199129febeeea74a036535cc2 (patch) | |
tree | de5f3a5e021e8432face856c28aa1990fea7c346 /UnoControls | |
parent | 91a5acfb0e91222017b7472a8b94f0b3db0ccefe (diff) |
loplugin:unusedmethods unused return value in UnoControl
Change-Id: I6099667c1a057e36cd10a9d79792fadbb84fbf26
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/inc/multiplexer.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/UnoControls/inc/multiplexer.hxx b/UnoControls/inc/multiplexer.hxx index b148b9cdbe78..d82f073419ac 100644 --- a/UnoControls/inc/multiplexer.hxx +++ b/UnoControls/inc/multiplexer.hxx @@ -121,8 +121,6 @@ public: virtual void SAL_CALL release() throw() override; - operator css::uno::Reference< css::uno::XInterface >() const { return (static_cast<OWeakObject*>(const_cast<OMRCListenerMultiplexerHelper *>(this)));} - OMRCListenerMultiplexerHelper& operator= ( const OMRCListenerMultiplexerHelper& aCopyInstance ); // container methods |