From 22d0d2455f9aa699fac95c450da725c603333132 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 10 Nov 2016 15:06:03 +0200 Subject: loplugin:expandablemethods in chart2 Change-Id: Ie6650628683ec7c67359351eec0e09033f2b50cb Reviewed-on: https://gerrit.libreoffice.org/30750 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- chart2/source/model/main/StockBar.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'chart2/source/model/main/StockBar.cxx') diff --git a/chart2/source/model/main/StockBar.cxx b/chart2/source/model/main/StockBar.cxx index 4b922bbbe6e0..206e48bd85d9 100644 --- a/chart2/source/model/main/StockBar.cxx +++ b/chart2/source/model/main/StockBar.cxx @@ -211,11 +211,6 @@ void SAL_CALL StockBar::disposing( const lang::EventObject& /* Source */ ) // ____ OPropertySet ____ void StockBar::firePropertyChangeEvent() -{ - fireModifyEvent(); -} - -void StockBar::fireModifyEvent() { m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); } -- cgit v1.2.1