diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-12-04 13:25:08 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-04 15:57:43 +0000 |
commit | 1bc6bd89adfdfe77e0355319c9b25ee6999f74fc (patch) | |
tree | 45967d7302ec6971d234231c31e48ede01e1f686 /include/svtools/unoevent.hxx | |
parent | fe471fec199f5a16bd49caa45561abc518ac75bb (diff) |
tdf#88206 replace cppu::WeakImplHelper* in svtools and svx
and remove unused implbase*.hxx and compbase*.hxx includes
Change-Id: Iedf6b6dce09b5baf714a1b3394bb7fb3526cca82
Reviewed-on: https://gerrit.libreoffice.org/31594
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/unoevent.hxx')
-rw-r--r-- | include/svtools/unoevent.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/unoevent.hxx b/include/svtools/unoevent.hxx index e5332cb0f611..39c934d25206 100644 --- a/include/svtools/unoevent.hxx +++ b/include/svtools/unoevent.hxx @@ -23,7 +23,7 @@ #include <com/sun/star/container/XNameReplace.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/uno/XInterface.hpp> -#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implbase.hxx> class SvxMacroTableDtor; class SvxMacroItem; @@ -54,7 +54,7 @@ struct SvEventDescription * All details of how to actually get and set SvxMacroItem(s) have to * be supplied by the base class. */ -class SVT_DLLPUBLIC SvBaseEventDescriptor : public cppu::WeakImplHelper2 +class SVT_DLLPUBLIC SvBaseEventDescriptor : public cppu::WeakImplHelper < css::container::XNameReplace, css::lang::XServiceInfo |