From 50b26404dee83974cf84749a9d492ed208464597 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 11 Sep 2015 10:37:30 +0900 Subject: vcl: tdf#88206 replace cppu::WeakImplHelper* etc. with the variadic variants. Change-Id: I4499569f73b04cc7444787d51bf804c090a5c951 Reviewed-on: https://gerrit.libreoffice.org/18478 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- vcl/source/components/dtranscomp.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vcl/source/components') diff --git a/vcl/source/components/dtranscomp.cxx b/vcl/source/components/dtranscomp.cxx index 53c90cab4c77..312ffa221c36 100644 --- a/vcl/source/components/dtranscomp.cxx +++ b/vcl/source/components/dtranscomp.cxx @@ -40,8 +40,7 @@ #include "com/sun/star/datatransfer/dnd/XDropTarget.hpp" #include "com/sun/star/datatransfer/dnd/DNDConstants.hpp" -#include "cppuhelper/compbase.hxx" -#include "cppuhelper/implbase1.hxx" +#include #include using namespace com::sun::star; -- cgit