summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-08-31 12:52:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-08-31 15:08:11 +0200
commit48912b3516ef7790ba5e18c000e88cbb1989587f (patch)
tree3ff1269a8a5d5897b35f3d8009ec2c2b7d485d04 /sc
parent8d3f4245555f5fbaba8be7b318f80dd79532099d (diff)
drop some unnecessary includes
Change-Id: Ic3ccc7f0e93258cce30a42c71011154bc9313f52 Reviewed-on: https://gerrit.libreoffice.org/78343 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/colorformat.hxx1
-rw-r--r--sc/source/ui/inc/editfield.hxx1
-rw-r--r--sc/source/ui/optdlg/tpformula.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/inc/colorformat.hxx b/sc/source/ui/inc/colorformat.hxx
index 16330783675a..2c243c756f54 100644
--- a/sc/source/ui/inc/colorformat.hxx
+++ b/sc/source/ui/inc/colorformat.hxx
@@ -13,7 +13,6 @@
#include <vcl/weld.hxx>
#include <svx/colorbox.hxx>
#include <address.hxx>
-#include <vcl/edit.hxx>
struct ScDataBarFormatData;
class ScDocument;
diff --git a/sc/source/ui/inc/editfield.hxx b/sc/source/ui/inc/editfield.hxx
index 359ab20549ad..1986790ad953 100644
--- a/sc/source/ui/inc/editfield.hxx
+++ b/sc/source/ui/inc/editfield.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_EDITFIELD_HXX
#define INCLUDED_SC_SOURCE_UI_INC_EDITFIELD_HXX
-#include <vcl/edit.hxx>
#include <vcl/weld.hxx>
/** An edit control that contains a double precision floating-point value. */
diff --git a/sc/source/ui/optdlg/tpformula.cxx b/sc/source/ui/optdlg/tpformula.cxx
index abdd14a99f3f..c948608ae76b 100644
--- a/sc/source/ui/optdlg/tpformula.cxx
+++ b/sc/source/ui/optdlg/tpformula.cxx
@@ -27,7 +27,6 @@
#include <scresid.hxx>
#include <formula/grammar.hxx>
#include "calcoptionsdlg.hxx"
-#include <vcl/edit.hxx>
#include <unotools/localedatawrapper.hxx>