summaryrefslogtreecommitdiffstats
path: root/include/test/testinteractionhandler.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-07-07 23:10:31 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-23 14:16:09 +0200
commitbfe225b7003d119ff214cbaa771289de105c48d5 (patch)
tree0412c918690b83c072d7e1c6991eb326d0e73e97 /include/test/testinteractionhandler.hxx
parentresurrect and improve loplugin:referencecasting (diff)
downloadcore-bfe225b7003d119ff214cbaa771289de105c48d5.tar.gz
core-bfe225b7003d119ff214cbaa771289de105c48d5.zip
tdf#42949 Fix IWYU warnings in include/test
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. New IWYU and recent developments in f-u-i helped to identify some non self contained files, those were fixed too. Change-Id: I527f7c2cf2660a758b13eabb4c444ff79ae35f8c Reviewed-on: https://gerrit.libreoffice.org/75186 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/test/testinteractionhandler.hxx')
-rw-r--r--include/test/testinteractionhandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/testinteractionhandler.hxx b/include/test/testinteractionhandler.hxx
index e4acac3abbab..49c3f04df2ff 100644
--- a/include/test/testinteractionhandler.hxx
+++ b/include/test/testinteractionhandler.hxx
@@ -14,7 +14,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
-#include <com/sun/star/task/InteractionHandler.hpp>
+#include <com/sun/star/task/XInteractionHandler2.hpp>
#include <com/sun/star/task/XInteractionAbort.hpp>
#include <com/sun/star/task/XInteractionApprove.hpp>
#include <com/sun/star/task/XInteractionPassword2.hpp>