From 2577a6be556b688d9c3dbca8dea2860586e63e11 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 11 Apr 2021 20:24:16 +0100 Subject: forward decl vcl::Window in toolkit/awt/vclxwindow.hxx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I488f994fc890cacd20a6fdc224a098fe0caf3070 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113960 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- include/toolkit/awt/vclxwindow.hxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/toolkit/awt/vclxwindow.hxx b/include/toolkit/awt/vclxwindow.hxx index 090a52cde8d4..289d242a297b 100644 --- a/include/toolkit/awt/vclxwindow.hxx +++ b/include/toolkit/awt/vclxwindow.hxx @@ -17,12 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_TOOLKIT_AWT_VCLXWINDOW_HXX -#define INCLUDED_TOOLKIT_AWT_VCLXWINDOW_HXX +#pragma once #include #include -#include +#include #include #include @@ -45,6 +44,7 @@ namespace comphelper { class OInterfaceContainerHelper2; } namespace com::sun::star::accessibility { class XAccessibleContext; } +namespace vcl { class Window; } class VclWindowEvent; @@ -225,6 +225,4 @@ public: virtual css::uno::Reference< css::awt::XStyleSettings > SAL_CALL getStyleSettings() override; }; -#endif // INCLUDED_TOOLKIT_AWT_VCLXWINDOW_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit