diff options
author | Noel Grandin <noel@peralex.com> | 2013-01-08 10:48:42 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-01-15 09:56:01 +0200 |
commit | f6c759a6e5ead55b857e5d4898aa423b7616e816 (patch) | |
tree | 793c94be22721662151e26cedb2faff94f6c18e2 /sw | |
parent | 2fe852386c9450014f84910b0a282d684f40b56a (diff) |
fdo#46808, Adapt chart2::data::LabeledDataSequence UNO service to new style
Change-Id: I98bfbc8e143b9ad9d486f97380186fde9b4423ec
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/unochart.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
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 <com/sun/star/chart2/data/XDataSequence.hpp> #include <com/sun/star/chart2/data/XTextualDataSequence.hpp> #include <com/sun/star/chart2/data/XNumericalDataSequence.hpp> -#include <com/sun/star/chart2/data/XLabeledDataSequence.hpp> +#include <com/sun/star/chart2/data/XLabeledDataSequence2.hpp> #include <com/sun/star/chart2/data/XRangeXMLConversion.hpp> #include <com/sun/star/chart2/data/DataSequenceRole.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -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; |