diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx | 4 | ||||
-rw-r--r-- | chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx b/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx index d1534f0014b1..f1d0b368cf52 100644 --- a/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx +++ b/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx @@ -11,7 +11,7 @@ #define INCLUDED_CHART2_SOURCE_CONTROLLER_SIDEBAR_CHARTSIDEBAR_MODIFYLISTENER_HXX #include <com/sun/star/util/XModifyListener.hpp> -#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase.hxx> namespace chart { namespace sidebar { @@ -26,7 +26,7 @@ public: virtual void modelInvalid() = 0; }; -class ChartSidebarModifyListener : public cppu::WeakImplHelper1<css::util::XModifyListener> +class ChartSidebarModifyListener : public cppu::WeakImplHelper<css::util::XModifyListener> { public: diff --git a/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx b/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx index c4c78cec6af0..e9d61fcacace 100644 --- a/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx +++ b/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx @@ -11,7 +11,7 @@ #define INCLUDED_CHART2_SOURCE_CONTROLLER_SIDEBAR_CHARTSIDEBARSELECTIONLISTENER_HXX #include <com/sun/star/view/XSelectionChangeListener.hpp> -#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase.hxx> #include "ObjectIdentifier.hxx" @@ -30,7 +30,7 @@ public: virtual void SelectionInvalid() = 0; }; -class ChartSidebarSelectionListener : public cppu::WeakImplHelper1<css::view::XSelectionChangeListener> +class ChartSidebarSelectionListener : public cppu::WeakImplHelper<css::view::XSelectionChangeListener> { public: |