diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-11-22 21:01:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-27 06:48:25 +0100 |
commit | 2958109df0d2901b59748c3028e5df7a2c5b2481 (patch) | |
tree | 1c90858c3ea4869488e783254245766ba7c945f1 /chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx | |
parent | 11599f6f00bbcad78ad7c3f563606616e8506ea8 (diff) |
use more OInterfaceContainerHelper3 in chart2
Change-Id: Icff667a11f1798e29c732c13b5739a4f7b581999
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125921
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx')
-rw-r--r-- | chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx index 5bf582586d9c..f5fbab3f332b 100644 --- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx +++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx @@ -21,7 +21,7 @@ #include <WrappedPropertySet.hxx> #include "ReferenceSizePropertyProvider.hxx" #include <cppuhelper/implbase.hxx> -#include <comphelper/interfacecontainer2.hxx> +#include <comphelper/interfacecontainer3.hxx> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/lang/XInitialization.hpp> @@ -104,7 +104,7 @@ private: css::uno::Reference< css::beans::XPropertySet > getDataPointProperties(); std::shared_ptr< Chart2ModelContact > m_spChart2ModelContact; - ::comphelper::OInterfaceContainerHelper2 m_aEventListenerContainer; + ::comphelper::OInterfaceContainerHelper3<css::lang::XEventListener> m_aEventListenerContainer; eType m_eType; sal_Int32 m_nSeriesIndexInNewAPI; |