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 - sc/source/ui/inc/tphfedit.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'sc') 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; diff --git a/sc/source/ui/inc/tphfedit.hxx b/sc/source/ui/inc/tphfedit.hxx index e6f70b5ecf23..24ea708cf7c8 100644 --- a/sc/source/ui/inc/tphfedit.hxx +++ b/sc/source/ui/inc/tphfedit.hxx @@ -35,7 +35,6 @@ class EditView; class EditTextObject; class SvxFieldItem; class ScAccessibleEditObject; -namespace vcl { class Window; } enum ScEditWindowLocation { -- cgit