summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/DataPoint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/main/DataPoint.hxx')
-rw-r--r--chart2/source/model/main/DataPoint.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/model/main/DataPoint.hxx b/chart2/source/model/main/DataPoint.hxx
index c123492e902b..2a93042e71bb 100644
--- a/chart2/source/model/main/DataPoint.hxx
+++ b/chart2/source/model/main/DataPoint.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATAPOINT_HXX
#include <osl/mutex.hxx>
-#include <cppuhelper/implbase5.hxx>
+#include <cppuhelper/implbase.hxx>
#include <cppuhelper/weakref.hxx>
#include <comphelper/uno3.hxx>
#include <com/sun/star/container/XChild.hpp>
@@ -36,7 +36,7 @@ namespace chart
namespace impl
{
-typedef ::cppu::WeakImplHelper5<
+typedef ::cppu::WeakImplHelper<
::com::sun::star::container::XChild,
::com::sun::star::util::XCloneable,
::com::sun::star::util::XModifyBroadcaster,