From ae0cd13fa3b4468997aa66ae569f724e8fbbd372 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 21 Aug 2015 12:05:22 +0100 Subject: remove last WeakImplHelper12 use Change-Id: I804132abe01ef3a54e6824d415e19c7edc8039cb --- chart2/source/controller/inc/ChartController.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chart2') diff --git a/chart2/source/controller/inc/ChartController.hxx b/chart2/source/controller/inc/ChartController.hxx index e5d40d2bf31b..263e30915232 100644 --- a/chart2/source/controller/inc/ChartController.hxx +++ b/chart2/source/controller/inc/ChartController.hxx @@ -27,7 +27,7 @@ #include #include -#include +#include #include #include @@ -129,7 +129,7 @@ class DrawViewWrapper; class ReferenceSizeProvider; class ViewElementListProvider; -class ChartController : public ::cppu::WeakImplHelper12 < +class ChartController : public ::cppu::WeakImplHelper < ::com::sun::star::frame::XController //comprehends XComponent (required interface) ,::com::sun::star::frame::XDispatchProvider //(required interface) ,::com::sun::star::view::XSelectionSupplier //(optional interface) -- cgit