From 4e0a5cf0f929ae5fef7eda8057202ac29a8f3a77 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sun, 6 Sep 2015 19:59:36 +0900 Subject: svx: tdf#88206 replace cppu::WeakImplHelper* etc. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit with the variadic variants. Change-Id: Id881385b2653da2ee89498afbd6453d40acaea83 Reviewed-on: https://gerrit.libreoffice.org/18358 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svx/source/form/fmundo.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svx/source/form/fmundo.cxx') diff --git a/svx/source/form/fmundo.cxx b/svx/source/form/fmundo.cxx index 35d4538fb380..ae9d25137fc1 100644 --- a/svx/source/form/fmundo.cxx +++ b/svx/source/form/fmundo.cxx @@ -73,9 +73,9 @@ using namespace ::dbtools; #include #include -#include +#include -class ScriptEventListenerWrapper : public cppu::WeakImplHelper1< XScriptListener > +class ScriptEventListenerWrapper : public cppu::WeakImplHelper< XScriptListener > { public: explicit ScriptEventListenerWrapper( FmFormModel& _rModel) throw ( RuntimeException ) -- cgit