diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-07-10 16:29:31 +0900 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-17 09:39:04 +0200 |
commit | 5c420fcdf9f36852df793b9944db4491271d23cf (patch) | |
tree | 414b715e4b91d9eb6cf0c44ca12ebd91da0a82b9 /chart2/inc | |
parent | 5f9cde384aa213cf8cf6c84a005647e59bc58ae6 (diff) |
tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants, in chart2.
Change-Id: Ib145860cf757d932fd5710f92c7f9ce33904b619
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartView.hxx | 4 | ||||
-rw-r--r-- | chart2/inc/pch/precompiled_chartcore.hxx | 2 | ||||
-rw-r--r-- | chart2/inc/pch/precompiled_chartopengl.hxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/chart2/inc/ChartView.hxx b/chart2/inc/ChartView.hxx index 0da480d54f6b..1ac31ec696b4 100644 --- a/chart2/inc/ChartView.hxx +++ b/chart2/inc/ChartView.hxx @@ -21,7 +21,7 @@ #include "ChartModel.hxx" #include "chartview/ExplicitValueProvider.hxx" -#include <cppuhelper/implbase10.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <svl/lstner.hxx> @@ -88,7 +88,7 @@ struct TimeBasedInfo * The View is not responsible to handle single user events (that is instead * done by the ChartWindow). */ -class ChartView : public ::cppu::WeakImplHelper10< +class ChartView : public ::cppu::WeakImplHelper< ::com::sun::star::lang::XInitialization ,::com::sun::star::lang::XServiceInfo ,::com::sun::star::datatransfer::XTransferable diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx index 4999b67790f4..30ecb465e451 100644 --- a/chart2/inc/pch/precompiled_chartcore.hxx +++ b/chart2/inc/pch/precompiled_chartcore.hxx @@ -225,7 +225,7 @@ #include <comphelper/servicehelper.hxx> #include <comphelper/storagehelper.hxx> #include <config_features.h> -#include <cppuhelper/compbase1.hxx> +#include <cppuhelper/compbase.hxx> #include <cppuhelper/component_context.hxx> #include <cppuhelper/implementationentry.hxx> #include <cppuhelper/interfacecontainer.hxx> diff --git a/chart2/inc/pch/precompiled_chartopengl.hxx b/chart2/inc/pch/precompiled_chartopengl.hxx index c46509ddb3b6..667de26be55b 100644 --- a/chart2/inc/pch/precompiled_chartopengl.hxx +++ b/chart2/inc/pch/precompiled_chartopengl.hxx @@ -38,7 +38,7 @@ #include <com/sun/star/text/XText.hpp> #include <com/sun/star/uno/Any.hxx> #include <comphelper/InlineContainer.hxx> -#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> #include <editeng/unoprnms.hxx> #include <fstream> |