diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-21 15:01:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-21 15:15:06 +0200 |
commit | 7eabf180a9a117164412ed6c0ce1bf14bc58ccaa (patch) | |
tree | dcf720ec44640d1490c0c0ffa831b13d07f9168d /chart2/inc/ChartModel.hxx | |
parent | 2e5af8d69f38463f4563efec3bfb177f031520a0 (diff) |
Get rid of unnecessary comphelper/implbase_var.hxx parts
Change-Id: I85da73dadfdb62c09b5ef5f59a0cf05a0235eaf5
Diffstat (limited to 'chart2/inc/ChartModel.hxx')
-rw-r--r-- | chart2/inc/ChartModel.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx index 1fe210fc2a43..9e71caa1cb23 100644 --- a/chart2/inc/ChartModel.hxx +++ b/chart2/inc/ChartModel.hxx @@ -56,13 +56,9 @@ #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/datatransfer/XTransferable.hpp> -#ifndef INCLUDED_COMPHELPER_IMPLBASE_VAR_HXX_23 -#define INCLUDED_COMPHELPER_IMPLBASE_VAR_HXX_23 -#define COMPHELPER_IMPLBASE_INTERFACE_NUMBER 23 -#include "comphelper/implbase_var.hxx" -#endif #include <osl/mutex.hxx> #include <rtl/ref.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <svtools/grfmgr.hxx> @@ -78,7 +74,7 @@ namespace impl { // Note: needed for queryInterface (if it calls the base-class implementation) -typedef ::comphelper::WeakImplHelper23< +typedef cppu::WeakImplHelper< // ::com::sun::star::frame::XModel //comprehends XComponent (required interface), base of XChartDocument ::com::sun::star::util::XCloseable //comprehends XCloseBroadcaster ,::com::sun::star::frame::XStorable2 //(extension of XStorable) |