diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-08-05 14:22:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-08-05 17:37:42 +0200 |
commit | d43c1b9b88eeb800eaff4d63605892dc859d4f72 (patch) | |
tree | f6e0c7c7618b0e0dbe576a500097962d58d5bc1e /dbaccess/source/ui/app/AppView.hxx | |
parent | 3fbae5dc7e7b200776bbc8a7c2a43e1e04f15a2b (diff) |
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 <caolanm@redhat.com>
Diffstat (limited to 'dbaccess/source/ui/app/AppView.hxx')
-rw-r--r-- | dbaccess/source/ui/app/AppView.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 |