From f6c759a6e5ead55b857e5d4898aa423b7616e816 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 8 Jan 2013 10:48:42 +0200 Subject: fdo#46808, Adapt chart2::data::LabeledDataSequence UNO service to new style Change-Id: I98bfbc8e143b9ad9d486f97380186fde9b4423ec --- sw/inc/unochart.hxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'sw/inc') diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx index e40ac8ee05c7..eb480ecd3358 100644 --- a/sw/inc/unochart.hxx +++ b/sw/inc/unochart.hxx @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include @@ -353,13 +353,11 @@ public: ////////////////////////////////////////////////////////////////////// -typedef cppu::WeakImplHelper6 +typedef cppu::WeakImplHelper4 < - ::com::sun::star::chart2::data::XLabeledDataSequence, - ::com::sun::star::util::XCloneable, + ::com::sun::star::chart2::data::XLabeledDataSequence2, ::com::sun::star::lang::XServiceInfo, ::com::sun::star::util::XModifyListener, - ::com::sun::star::util::XModifyBroadcaster, ::com::sun::star::lang::XComponent > SwChartLabeledDataSequenceBaseClass; -- cgit