From 9ea32ccd6e45e2d914e09413a4164045aff9f0fd Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sat, 5 Sep 2015 18:09:41 +0900 Subject: svl: tdf#88206 replace cppu::WeakImplHelper* with the variadic variants. Change-Id: I7aad512c4de034ed96b9a48e797e580e605d98a6 Reviewed-on: https://gerrit.libreoffice.org/18351 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svl/inc/pch/precompiled_svl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl/inc/pch') diff --git a/svl/inc/pch/precompiled_svl.hxx b/svl/inc/pch/precompiled_svl.hxx index dc1b13df3317..95de5f76dd8d 100644 --- a/svl/inc/pch/precompiled_svl.hxx +++ b/svl/inc/pch/precompiled_svl.hxx @@ -95,7 +95,7 @@ #include #include #include -#include +#include #include #include #include -- cgit