From 1873563bb2d9743fe548ceaf2d1429280a27b956 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 28 Aug 2015 09:42:29 +0900 Subject: sc: tdf#88206 replace cppu::WeakImplHelper* etc. with the variadic variants. Change-Id: I2f55a6231e903b0ca198cee3a88023ad1db6c50c Reviewed-on: https://gerrit.libreoffice.org/18072 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sc/source/ui/vba/vbapivottable.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/source/ui/vba/vbapivottable.hxx') diff --git a/sc/source/ui/vba/vbapivottable.hxx b/sc/source/ui/vba/vbapivottable.hxx index 3681e3beed96..0fc35d16959d 100644 --- a/sc/source/ui/vba/vbapivottable.hxx +++ b/sc/source/ui/vba/vbapivottable.hxx @@ -18,7 +18,6 @@ */ #ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTTABLE_HXX #define INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTTABLE_HXX -#include #include #include #include -- cgit