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 --- sc/inc/document.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc') diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 84be212a2045..0706cd2b4a07 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -123,7 +123,6 @@ namespace sfx2 { class LinkManager; } class SvxSearchItem; -namespace vcl { class Window; } class XColorList; class ScAutoFormatData; -- cgit