summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/ChartType.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-28 12:24:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-28 12:36:08 +0100
commit1d8f8c55f841bee0fdf0aee4ac15b023aadbb78e (patch)
tree5c2828332df2991a010e47078ce26751c1e1ae65 /chart2/source/model/template/ChartType.hxx
parentfdo#68546 Update settings for MenuBarWindow in InitStyleSettings (diff)
downloadcore-1d8f8c55f841bee0fdf0aee4ac15b023aadbb78e.tar.gz
core-1d8f8c55f841bee0fdf0aee4ac15b023aadbb78e.zip
Missing XServiceInfo base class
Change-Id: Ib629a60d626c10ac9628d172896790e90d2daf51
Diffstat (limited to 'chart2/source/model/template/ChartType.hxx')
-rw-r--r--chart2/source/model/template/ChartType.hxx5
1 files changed, 3 insertions, 2 deletions
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 <cppuhelper/implbase5.hxx>
+#include <cppuhelper/implbase6.hxx>
#include <comphelper/uno3.hxx>
#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,