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 --- dbaccess/source/ui/app/AppView.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'dbaccess/source/ui/app/AppView.hxx') diff --git a/dbaccess/source/ui/app/AppView.hxx b/dbaccess/source/ui/app/AppView.hxx index b3a5706c54b5..59a6d477a367 100644 --- a/dbaccess/source/ui/app/AppView.hxx +++ b/dbaccess/source/ui/app/AppView.hxx @@ -30,7 +30,6 @@ namespace com::sun::star::beans { class XPropertySet; } -class Control; class MnemonicGenerator; namespace dbaui -- cgit