diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-17 16:15:51 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-20 06:34:23 +0000 |
commit | 7410217b7d84a3e4dfd35529384f190cf2962024 (patch) | |
tree | c8d0319064b2d4eba13e0b1768ce4973d51a2b0d /chart2/source/controller/chartapiwrapper | |
parent | 9f4f237a3834e5d58a87296424db5428f68d1550 (diff) |
loplugin:unusedmethods chart2
Change-Id: Ib7e8824e9e7f912963fbf07111ee3aa97773ceca
Reviewed-on: https://gerrit.libreoffice.org/17167
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'chart2/source/controller/chartapiwrapper')
-rw-r--r-- | chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx | 9 | ||||
-rw-r--r-- | chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx | 2 |
2 files changed, 0 insertions, 11 deletions
diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx index f8080ff6bc9c..a6c921b4f6ac 100644 --- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx @@ -125,15 +125,6 @@ protected: ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > getDataPointProperties(); private: - - void SAL_CALL getStatisticsPropertyValue - ( ::com::sun::star::uno::Any& rValue, - sal_Int32 nHandle ) const; - - void SAL_CALL setStatisticsPropertyValue_NoBroadcast( - sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue ) - throw (::com::sun::star::uno::Exception); - ::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact; ::cppu::OInterfaceContainerHelper m_aEventListenerContainer; diff --git a/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx b/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx index 36beaf05a043..072384a2f4c2 100644 --- a/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx @@ -240,8 +240,6 @@ protected: virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > getInnerPropertySet() SAL_OVERRIDE; private: - void updateFromModel(); - ::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact; ::cppu::OInterfaceContainerHelper m_aEventListenerContainer; |