[Libreoffice-commits] core.git: include/svtools svtools/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 3 13:07:38 UTC 2020
include/svtools/editbrowsebox.hxx | 5 -----
svtools/source/brwbox/ebbcontrols.cxx | 1 -
2 files changed, 6 deletions(-)
New commits:
commit 850eb2a240b670e749dfabea388a7a4ae501d75c
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jul 2 16:52:47 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jul 3 15:06:57 2020 +0200
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 at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
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
diff --git a/svtools/source/brwbox/ebbcontrols.cxx b/svtools/source/brwbox/ebbcontrols.cxx
index 29d4c06c0b4c..8513f53f22f5 100644
--- a/svtools/source/brwbox/ebbcontrols.cxx
+++ b/svtools/source/brwbox/ebbcontrols.cxx
@@ -19,7 +19,6 @@
#include <svtools/editbrowsebox.hxx>
#include <vcl/button.hxx>
#include <vcl/spinfld.hxx>
-#include <vcl/fmtfield.hxx>
#include <vcl/xtextedt.hxx>
#include <vcl/textview.hxx>
More information about the Libreoffice-commits
mailing list