From d43c1b9b88eeb800eaff4d63605892dc859d4f72 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 5 Aug 2021 14:22:19 +0100 Subject: drop unneeded forward declares of Control MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I033fabfc0e40ddac093c3cae34fccea0647ebd24 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120071 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- reportdesign/source/ui/inc/GroupsSorting.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'reportdesign/source') diff --git a/reportdesign/source/ui/inc/GroupsSorting.hxx b/reportdesign/source/ui/inc/GroupsSorting.hxx index 7b465a5a2034..0418ee1d9abb 100644 --- a/reportdesign/source/ui/inc/GroupsSorting.hxx +++ b/reportdesign/source/ui/inc/GroupsSorting.hxx @@ -28,8 +28,6 @@ #include #include -class Control; - namespace comphelper { class OPropertyChangeMultiplexer; -- cgit