diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-02 16:52:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-03 15:06:57 +0200 |
commit | 850eb2a240b670e749dfabea388a7a4ae501d75c (patch) | |
tree | 9260f5076da2c0946acd5b7a8759cb8269804d31 /include/svtools/editbrowsebox.hxx | |
parent | 516dc02998fd59035fb54f2c78b7891ac7c7578a (diff) |
drop some unnecessary includes and forward declares
Change-Id: I05bf82e3fc295d6f3f42287763c53b8e21da4b67
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97824
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools/editbrowsebox.hxx')
-rw-r--r-- | include/svtools/editbrowsebox.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx index d2cbbaa5271d..8b5bc44f7e28 100644 --- a/include/svtools/editbrowsebox.hxx +++ b/include/svtools/editbrowsebox.hxx @@ -73,11 +73,6 @@ namespace o3tl template<> struct typed_flags<EditBrowseBoxFlags> : is_typed_flags<EditBrowseBoxFlags, 0x0f> {}; } - -class Edit; -class FormattedField; - - namespace svt { class SVT_DLLPUBLIC CellController : public SvRefBase |