diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-23 14:35:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-23 18:21:44 +0200 |
commit | 402f0418e7fff24b2b960eafd63ca06447f50c20 (patch) | |
tree | 884a790d0372146f5cb789db860f45c1b51505f8 /dbaccess | |
parent | de29d85da76e1ed6a3d7b14f62abe33584a5e4c2 (diff) |
unnecessary forward decls
Change-Id: I825f7396ce2f93775ac18350eb05fb200e97a620
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99317
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/adminpages.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/adminpages.hxx b/dbaccess/source/ui/dlg/adminpages.hxx index cbdec09d0ba9..7948aec48816 100644 --- a/dbaccess/source/ui/dlg/adminpages.hxx +++ b/dbaccess/source/ui/dlg/adminpages.hxx @@ -24,8 +24,6 @@ #include <vcl/wizardmachine.hxx> #include <curledit.hxx> -class NumericField; -class Edit; namespace dbaui { /// helper class to wrap the savevalue and disable call |