summaryrefslogtreecommitdiff
path: root/sc/source/ui/formdlg
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-03-07 07:51:39 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-03-11 12:43:48 +0100
commitb8a0f8c6f34c7f916e53935e410a5a68931bb739 (patch)
treedb62da8f077e82d5fc4ae391337bfdf6ff2532d5 /sc/source/ui/formdlg
parent05fbcb47684eaffc23f5fc3dda52690baf629aaa (diff)
tdf#42949 Fix IWYU warnings in sc/source/ui/[f-o]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I56e32029f40a7c440143e395d851396fb2740fa8 Reviewed-on: https://gerrit.libreoffice.org/68837 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/formdlg')
-rw-r--r--sc/source/ui/formdlg/dwfunctr.cxx9
-rw-r--r--sc/source/ui/formdlg/formula.cxx10
2 files changed, 3 insertions, 16 deletions
diff --git a/sc/source/ui/formdlg/dwfunctr.cxx b/sc/source/ui/formdlg/dwfunctr.cxx
index f2c52f45fad7..bc99704c9dbc 100644
--- a/sc/source/ui/formdlg/dwfunctr.cxx
+++ b/sc/source/ui/formdlg/dwfunctr.cxx
@@ -19,23 +19,14 @@
#include <comphelper/string.hxx>
#include <editeng/editview.hxx>
-#include <sfx2/bindings.hxx>
-#include <sfx2/dispatch.hxx>
-#include <sfx2/objsh.hxx>
#include <sfx2/viewsh.hxx>
#include <formula/funcvarargs.h>
#include <vcl/fixed.hxx>
-#include <sc.hrc>
#include <global.hxx>
-#include <reffact.hxx>
-#include <document.hxx>
-#include <formulacell.hxx>
#include <scmod.hxx>
#include <inputhdl.hxx>
#include <tabvwsh.hxx>
-#include <appoptio.hxx>
-#include <compiler.hxx>
#include <funcdesc.hxx>
#include <dwfunctr.hxx>
diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx
index 23f4479722ee..56d96a456ea9 100644
--- a/sc/source/ui/formdlg/formula.cxx
+++ b/sc/source/ui/formdlg/formula.cxx
@@ -24,17 +24,13 @@
#include <sfx2/objsh.hxx>
#include <svl/zforlist.hxx>
#include <svl/stritem.hxx>
-#include <vcl/treelistbox.hxx>
#include <sfx2/viewfrm.hxx>
-#include <vcl/svapp.hxx>
-#include <vcl/mnemonic.hxx>
-#include <unotools/charclass.hxx>
#include <tools/urlobj.hxx>
#include <formula/formulahelper.hxx>
#include <formula/IFunctionDescription.hxx>
#include <formula/errorcodes.hxx>
-#include <tokenuno.hxx>
+#include <compiler.hxx>
#include <formula.hxx>
#include <formdata.hxx>
#include <reffact.hxx>
@@ -43,10 +39,8 @@
#include <scmod.hxx>
#include <inputhdl.hxx>
#include <tabvwsh.hxx>
-#include <appoptio.hxx>
#include <docsh.hxx>
#include <funcdesc.hxx>
-#include <formula/token.hxx>
#include <tokenarray.hxx>
#include <sc.hrc>
#include <servuno.hxx>
@@ -54,6 +48,8 @@
#include <externalrefmgr.hxx>
#include <com/sun/star/table/CellAddress.hpp>
+#include <com/sun/star/sheet/XFormulaOpCodeMapper.hpp>
+#include <com/sun/star/sheet/XFormulaParser.hpp>
using namespace formula;
using namespace com::sun::star;