summaryrefslogtreecommitdiff
path: root/forms/source/xforms/xformsevent.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-08-11 19:58:34 +0900
committerCaolán McNamara <caolanm@redhat.com>2015-08-11 13:30:17 +0000
commit14bead7f42427bbd4fbc9f3210ab675959653998 (patch)
tree530c8bb0527a86998b8c0a9412bbee1f5e7284ca /forms/source/xforms/xformsevent.hxx
parent647b5aecd4c3facc302df33386451dda732aab98 (diff)
forms: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants. Change-Id: Ia4f56692c9beddda13ee948ab8bbc1ee95098fbf Reviewed-on: https://gerrit.libreoffice.org/17648 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'forms/source/xforms/xformsevent.hxx')
-rw-r--r--forms/source/xforms/xformsevent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/xforms/xformsevent.hxx b/forms/source/xforms/xformsevent.hxx
index 5628208ad4ad..a72f4252cb40 100644
--- a/forms/source/xforms/xformsevent.hxx
+++ b/forms/source/xforms/xformsevent.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_FORMS_SOURCE_XFORMS_XFORMSEVENT_HXX
#include <sal/types.h>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/xforms/XFormsEvent.hpp>
#include <com/sun/star/xml/dom/events/XEventTarget.hpp>
@@ -30,7 +30,7 @@ namespace sun {
namespace star {
namespace xforms {
-class XFormsEventConcrete : public cppu::WeakImplHelper1< XFormsEvent > {
+class XFormsEventConcrete : public cppu::WeakImplHelper< XFormsEvent > {
public: