diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-10 12:30:21 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-06-13 09:22:08 +0200 |
commit | b4c6ac332571ca054fabd3f7876d4c4b1b9df8bc (patch) | |
tree | 6cdf256ec3b9b18e6ad095bd25bd60474f35cb77 /vcl/inc/dndeventdispatcher.hxx | |
parent | 9a18e4e0bfee4d29ee02258c70cc9edf4e7b086b (diff) |
tdf#42949 Fix IWYU warnings in vcl/inc/*
Platform-specific subdirs are left alone:
android, ios, osx, quartz, win
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Icbb906b7fbc960240c73c56d3dae2a78b06a0f53
Reviewed-on: https://gerrit.libreoffice.org/73754
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/inc/dndeventdispatcher.hxx')
-rw-r--r-- | vcl/inc/dndeventdispatcher.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/dndeventdispatcher.hxx b/vcl/inc/dndeventdispatcher.hxx index a6af677350df..afd11ce07074 100644 --- a/vcl/inc/dndeventdispatcher.hxx +++ b/vcl/inc/dndeventdispatcher.hxx @@ -23,7 +23,7 @@ #include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp> #include <com/sun/star/datatransfer/dnd/XDropTargetDragContext.hpp> -#include <com/sun/star/datatransfer/dnd/XDragGestureRecognizer.hpp> +#include <com/sun/star/datatransfer/dnd/XDragGestureListener.hpp> #include <cppuhelper/implbase.hxx> #include <vcl/window.hxx> |