summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/ChartRangeSelectionListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/ChartRangeSelectionListener.hxx')
-rw-r--r--sc/source/ui/inc/ChartRangeSelectionListener.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/ChartRangeSelectionListener.hxx b/sc/source/ui/inc/ChartRangeSelectionListener.hxx
index 15a67597c176..7760af0aee9b 100644
--- a/sc/source/ui/inc/ChartRangeSelectionListener.hxx
+++ b/sc/source/ui/inc/ChartRangeSelectionListener.hxx
@@ -19,14 +19,14 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_CHARTRANGESELECTIONLISTENER_HXX
#define INCLUDED_SC_SOURCE_UI_INC_CHARTRANGESELECTIONLISTENER_HXX
-#include <cppuhelper/compbase2.hxx>
+#include <cppuhelper/compbase.hxx>
#include <comphelper/broadcasthelper.hxx>
#include <com/sun/star/view/XSelectionChangeListener.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
class ScTabViewShell;
-typedef ::cppu::WeakComponentImplHelper2<
+typedef ::cppu::WeakComponentImplHelper<
::com::sun::star::view::XSelectionChangeListener,
::com::sun::star::lang::XServiceInfo >
ScChartRangeSelectionListener_Base;