summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chart2/source/controller/inc/ChartController.hxx4
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)