summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/main/Axis.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-07-10 16:29:31 +0900
committerNoel Grandin <noel@peralex.com>2015-07-17 09:39:04 +0200
commit5c420fcdf9f36852df793b9944db4491271d23cf (patch)
tree414b715e4b91d9eb6cf0c44ca12ebd91da0a82b9 /chart2/source/model/main/Axis.hxx
parentBreakPoint isn't really useful (diff)
downloadcore-5c420fcdf9f36852df793b9944db4491271d23cf.tar.gz
core-5c420fcdf9f36852df793b9944db4491271d23cf.zip
tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants, in chart2. Change-Id: Ib145860cf757d932fd5710f92c7f9ce33904b619
Diffstat (limited to 'chart2/source/model/main/Axis.hxx')
-rw-r--r--chart2/source/model/main/Axis.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/model/main/Axis.hxx b/chart2/source/model/main/Axis.hxx
index 3f649325553a..f61e5dee3712 100644
--- a/chart2/source/model/main/Axis.hxx
+++ b/chart2/source/model/main/Axis.hxx
@@ -22,7 +22,7 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include "MutexContainer.hxx"
#include "OPropertySet.hxx"
-#include <cppuhelper/implbase6.hxx>
+#include <cppuhelper/implbase.hxx>
#include <comphelper/uno3.hxx>
#include "ModifyListenerHelper.hxx"
@@ -38,7 +38,7 @@ namespace chart
namespace impl
{
-typedef ::cppu::WeakImplHelper6<
+typedef ::cppu::WeakImplHelper<
::com::sun::star::chart2::XAxis,
::com::sun::star::chart2::XTitled,
::com::sun::star::lang::XServiceInfo,