summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbacharttitle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbacharttitle.hxx')
-rw-r--r--sc/source/ui/vba/vbacharttitle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbacharttitle.hxx b/sc/source/ui/vba/vbacharttitle.hxx
index 95bb635e985e..e1542ff63540 100644
--- a/sc/source/ui/vba/vbacharttitle.hxx
+++ b/sc/source/ui/vba/vbacharttitle.hxx
@@ -19,10 +19,10 @@
#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBACHARTTITLE_HXX
#define INCLUDED_SC_SOURCE_UI_VBA_VBACHARTTITLE_HXX
#include "vbatitle.hxx"
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <ooo/vba/excel/XChartTitle.hpp>
-typedef TitleImpl< cppu::WeakImplHelper1< ov::excel::XChartTitle > > ChartTitleBase;
+typedef TitleImpl< cppu::WeakImplHelper< ov::excel::XChartTitle > > ChartTitleBase;
class ScVbaChartTitle : public ChartTitleBase
{