diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-25 11:47:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-25 11:16:02 +0000 |
commit | c5498c310f6765ec9857e34169fd4a8d48953eb7 (patch) | |
tree | cd89d0c906677e80b6953c5a4fd7746ee59eff52 /UnoControls/inc | |
parent | 97f0fbe5830a5d2119fe9f5e8142fe45b255c2ac (diff) |
loplugin:expandablemethods in UnoControls..vbahelper
Change-Id: I7e607df2a1f6d4eb207ee0d3eb30f41fac44a0c6
Reviewed-on: https://gerrit.libreoffice.org/30262
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'UnoControls/inc')
-rw-r--r-- | UnoControls/inc/basecontrol.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/UnoControls/inc/basecontrol.hxx b/UnoControls/inc/basecontrol.hxx index f78686e483fb..fbf1686d2a51 100644 --- a/UnoControls/inc/basecontrol.hxx +++ b/UnoControls/inc/basecontrol.hxx @@ -379,8 +379,6 @@ protected: private: - void impl_releasePeer(); - OMRCListenerMultiplexerHelper* impl_getMultiplexer(); css::uno::Reference< css::uno::XComponentContext > m_xComponentContext; |