From 377a318dcfe4021eadde0e8cd922a4e42040b355 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 4 Aug 2021 20:35:54 +0100 Subject: drop unneeded forward declare MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I858d4a43690bd37385eb6f48945c05dd9c2a6182 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120031 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- uui/source/iahndl.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'uui') diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx index 5a8227b990a5..790686432cef 100644 --- a/uui/source/iahndl.hxx +++ b/uui/source/iahndl.hxx @@ -57,8 +57,6 @@ namespace com::sun::star { } } -namespace vcl { class Window; } - struct InteractionHandlerData { /** The UNO service name to use to instantiate the content provider. -- cgit