From 06962719b172bbc55d77bb13295dff25826bb963 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 14 Sep 2015 10:01:53 +0900 Subject: xmlscript: tdf#88206 replace cppu::WeakImplHelper* with the variadic variants. Change-Id: Ic05094dea12c0aa66dc97a7e403a3abec9e25785 Reviewed-on: https://gerrit.libreoffice.org/18556 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmlscript/inc/pch/precompiled_xmlscript.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xmlscript/inc') diff --git a/xmlscript/inc/pch/precompiled_xmlscript.hxx b/xmlscript/inc/pch/precompiled_xmlscript.hxx index f51dce6f7d19..c4238c390a93 100644 --- a/xmlscript/inc/pch/precompiled_xmlscript.hxx +++ b/xmlscript/inc/pch/precompiled_xmlscript.hxx @@ -66,8 +66,7 @@ #include #include #include -#include -#include +#include #include #include #include -- cgit