diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-08-21 12:05:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-08-21 12:05:41 +0100 |
commit | ae0cd13fa3b4468997aa66ae569f724e8fbbd372 (patch) | |
tree | 4331018aae11a9cebaa47bed8b55c89dfbd2bec2 /chart2/source/controller/inc | |
parent | 61c0c81caeb97dad0ed5bd201d06ad4e27f618c2 (diff) |
remove last WeakImplHelper12 use
Change-Id: I804132abe01ef3a54e6824d415e19c7edc8039cb
Diffstat (limited to 'chart2/source/controller/inc')
-rw-r--r-- | chart2/source/controller/inc/ChartController.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 <vcl/timer.hxx> #include <vcl/event.hxx> -#include <cppuhelper/implbase12.hxx> +#include <cppuhelper/implbase.hxx> #include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/document/XUndoManager.hpp> @@ -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) |