summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-07-12 08:21:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-15 14:05:41 +0000
commit6e72f0251bb8767942edf74f612547c12ca0cdf1 (patch)
tree0785de1a2f8995d1d4ede7889541bda9b59f893f /extensions/source/propctrlr
parentsc: remove FUNC* and OOX_XLS_IS_LIBNAME macros (diff)
downloadcore-6e72f0251bb8767942edf74f612547c12ca0cdf1.tar.gz
core-6e72f0251bb8767942edf74f612547c12ca0cdf1.zip
new loplugin unnecessary override
Change-Id: I88d3e33823d68745b98625050a8a274f9ef04bcb Reviewed-on: https://gerrit.libreoffice.org/27135 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'extensions/source/propctrlr')
-rw-r--r--extensions/source/propctrlr/composeduiupdate.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/extensions/source/propctrlr/composeduiupdate.cxx b/extensions/source/propctrlr/composeduiupdate.cxx
index 5fde3d39b5df..398dea7129d6 100644
--- a/extensions/source/propctrlr/composeduiupdate.cxx
+++ b/extensions/source/propctrlr/composeduiupdate.cxx
@@ -144,10 +144,6 @@ namespace pcr
virtual void SAL_CALL revokeControlObserver( const Reference< XPropertyControlObserver >& Observer ) throw (RuntimeException, std::exception) override;
virtual void SAL_CALL setHelpSectionText( const OUString& HelpText ) throw (NoSupportException, RuntimeException, std::exception) override;
- // UNOCompatibleNonUNOReference overridables
- virtual void SAL_CALL acquire() throw() override;
- virtual void SAL_CALL release() throw() override;
-
protected:
virtual ~CachedInspectorUI();
@@ -209,18 +205,6 @@ namespace pcr
}
- void SAL_CALL CachedInspectorUI::acquire() throw()
- {
- CachedInspectorUI_Base::acquire();
- }
-
-
- void SAL_CALL CachedInspectorUI::release() throw()
- {
- CachedInspectorUI_Base::release();
- }
-
-
void CachedInspectorUI::checkDisposed() const
{
if ( isDisposed() )