summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/eventexport.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-09-11 11:02:33 +0900
committerMichael Stahl <mstahl@redhat.com>2015-09-11 17:16:17 +0000
commit8358eadcbae4b1e20f85f31d0faf6b3fccf353eb (patch)
tree6d97a23ad4e1791c6d9cc2f633764486c0ad1f6d /xmloff/source/forms/eventexport.hxx
parentf1f179ba0ff3d293e81c7b95554f8e6b140340d7 (diff)
xmloff: tdf#88206 replace cppu::WeakImplHelper*
with the variadic variants. Change-Id: I47002abab1e025d0683f4cf8ef7b6c99e668d425 Reviewed-on: https://gerrit.libreoffice.org/18479 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'xmloff/source/forms/eventexport.hxx')
-rw-r--r--xmloff/source/forms/eventexport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/forms/eventexport.hxx b/xmloff/source/forms/eventexport.hxx
index e1927d37cd1f..2bec21425bb7 100644
--- a/xmloff/source/forms/eventexport.hxx
+++ b/xmloff/source/forms/eventexport.hxx
@@ -28,13 +28,13 @@
#include <com/sun/star/script/ScriptEventDescriptor.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/uno/Sequence.hxx>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
namespace xmloff
{
//= OEventDescriptorMapper
- typedef ::cppu::WeakImplHelper1 < ::com::sun::star::container::XNameReplace
+ typedef ::cppu::WeakImplHelper < ::com::sun::star::container::XNameReplace
> OEventDescriptorMapper_Base;
/** helper class wrapping different script event representations