From 1d8f8c55f841bee0fdf0aee4ac15b023aadbb78e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 28 Mar 2014 12:24:47 +0100 Subject: Missing XServiceInfo base class Change-Id: Ib629a60d626c10ac9628d172896790e90d2daf51 --- chart2/source/model/template/ChartType.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chart2/source/model/template/ChartType.hxx') diff --git a/chart2/source/model/template/ChartType.hxx b/chart2/source/model/template/ChartType.hxx index 76f5595b55ae..82eb80332504 100644 --- a/chart2/source/model/template/ChartType.hxx +++ b/chart2/source/model/template/ChartType.hxx @@ -21,7 +21,7 @@ #include "MutexContainer.hxx" #include "OPropertySet.hxx" -#include +#include #include #include "ServiceMacros.hxx" #include "ModifyListenerHelper.hxx" @@ -38,7 +38,8 @@ namespace chart namespace impl { -typedef ::cppu::WeakImplHelper5< +typedef ::cppu::WeakImplHelper6< + css::lang::XServiceInfo, ::com::sun::star::chart2::XChartType, ::com::sun::star::chart2::XDataSeriesContainer, ::com::sun::star::util::XCloneable, -- cgit