From e50bcf0a2267bf3c80a5d99442bfe08681241836 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 10 Sep 2015 12:51:10 +0900 Subject: vbahelper: tdf#88206 replace cppu::WeakImplHelper* etc. with the variadic variants. Change-Id: I8a7f7c81a876b5f1ac987375f8c43bbef89dc087 Reviewed-on: https://gerrit.libreoffice.org/18461 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- vbahelper/inc/pch/precompiled_msforms.hxx | 2 +- vbahelper/inc/pch/precompiled_vbahelper.hxx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'vbahelper/inc') diff --git a/vbahelper/inc/pch/precompiled_msforms.hxx b/vbahelper/inc/pch/precompiled_msforms.hxx index 0987adad14e5..db48e2892187 100644 --- a/vbahelper/inc/pch/precompiled_msforms.hxx +++ b/vbahelper/inc/pch/precompiled_msforms.hxx @@ -56,7 +56,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/vbahelper/inc/pch/precompiled_vbahelper.hxx b/vbahelper/inc/pch/precompiled_vbahelper.hxx index 9cf0d5ae7194..5cef348d29db 100644 --- a/vbahelper/inc/pch/precompiled_vbahelper.hxx +++ b/vbahelper/inc/pch/precompiled_vbahelper.hxx @@ -120,8 +120,7 @@ #include #include #include -#include -#include +#include #include #include #include -- cgit