dbaccess/source/ui/app/AppView.hxx | 1 - dbaccess/source/ui/inc/callbacks.hxx | 2 -- reportdesign/source/ui/inc/GroupsSorting.hxx | 2 -- 3 files changed, 5 deletions(-)
New commits: commit d43c1b9b88eeb800eaff4d63605892dc859d4f72 Author: Caolán McNamara <[email protected]> AuthorDate: Thu Aug 5 14:22:19 2021 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Aug 5 17:37:42 2021 +0200 drop unneeded forward declares of Control Change-Id: I033fabfc0e40ddac093c3cae34fccea0647ebd24 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120071 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> 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 diff --git a/dbaccess/source/ui/inc/callbacks.hxx b/dbaccess/source/ui/inc/callbacks.hxx index 38e419b5b289..e380b2671d6c 100644 --- a/dbaccess/source/ui/inc/callbacks.hxx +++ b/dbaccess/source/ui/inc/callbacks.hxx @@ -22,8 +22,6 @@ #include <sot/exchange.hxx> class Point; -class PopupMenu; -class Control; struct AcceptDropEvent; struct ExecuteDropEvent; 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 <vcl/weld.hxx> #include <osl/diagnose.h> -class Control; - namespace comphelper { class OPropertyChangeMultiplexer;
