Kaydet (Commit) c263b4ae authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:unusedmethods unused return value in UnoControl

Change-Id: I6099667c1a057e36cd10a9d79792fadbb84fbf26
üst 91a5acfb
...@@ -121,8 +121,6 @@ public: ...@@ -121,8 +121,6 @@ public:
virtual void SAL_CALL release() throw() override; 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 ); OMRCListenerMultiplexerHelper& operator= ( const OMRCListenerMultiplexerHelper& aCopyInstance );
// container methods // container methods
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment