diff options
Diffstat (limited to 'chart2/source/inc/LifeTime.hxx')
-rw-r--r-- | chart2/source/inc/LifeTime.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/inc/LifeTime.hxx b/chart2/source/inc/LifeTime.hxx index 082300df3c80..613d92314f96 100644 --- a/chart2/source/inc/LifeTime.hxx +++ b/chart2/source/inc/LifeTime.hxx @@ -20,7 +20,7 @@ #include <osl/mutex.hxx> #include <osl/conditn.hxx> -#include <cppuhelper/interfacecontainer.h> +#include <comphelper/multicontainer2.hxx> #include "charttoolsdllapi.hxx" namespace com::sun::star::lang { class XComponent; } @@ -45,7 +45,7 @@ public: bool dispose(); public: - ::cppu::OMultiTypeInterfaceContainerHelper m_aListenerContainer; + ::comphelper::OMultiTypeInterfaceContainerHelper2 m_aListenerContainer; protected: SAL_DLLPRIVATE virtual bool impl_canStartApiCall(); |