From febe0fd100ff0bff33c965b3bcb497e7f2bc4ef9 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Tue, 18 Dec 2018 23:41:35 +0100 Subject: tdf#42949 Fix IWYU warnings in include/vcl/[t-u]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib32ea54a3fa690a0722fa75ddb4121ec78c0b64f Reviewed-on: https://gerrit.libreoffice.org/65386 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/IwyuFilter_include.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/IwyuFilter_include.yaml') diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml index f2f6169f8a69..d9d8facad6d0 100644 --- a/include/IwyuFilter_include.yaml +++ b/include/IwyuFilter_include.yaml @@ -270,3 +270,13 @@ blacklist: include/vcl/prntypes.hxx: # Needed for macro - tools/solar.h + include/vcl/transfer.hxx: + # base class has to be a complete type + - com/sun/star/datatransfer/XTransferable2.hpp + - com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp + - com/sun/star/datatransfer/dnd/XDragSourceListener.hpp + - com/sun/star/lang/XUnoTunnel.hpp + - com/sun/star/lang/XServiceInfo.hpp + - com/sun/star/frame/XTerminateListener.hpp + - com/sun/star/datatransfer/dnd/XDragGestureListener.hpp + - com/sun/star/datatransfer/dnd/XDropTargetListener.hpp -- cgit