summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/tpcalc.cxx
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/optdlg/tpcalc.cxx
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/optdlg/tpcalc.cxx')
-rw-r--r--sc/source/ui/optdlg/tpcalc.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/sc/source/ui/optdlg/tpcalc.cxx b/sc/source/ui/optdlg/tpcalc.cxx
index 3f7f11da2d60..cc29f7ce7789 100644
--- a/sc/source/ui/optdlg/tpcalc.cxx
+++ b/sc/source/ui/optdlg/tpcalc.cxx
@@ -19,23 +19,17 @@
#undef SC_DLLIMPLEMENTATION
-#include <scitems.hxx>
#include <vcl/weld.hxx>
+#include <svl/zforlist.hxx>
-#include <global.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
-#include <uiitems.hxx>
-#include <docsh.hxx>
-#include <document.hxx>
#include <docoptio.hxx>
#include <sc.hrc>
#include <officecfg/Office/Calc.hxx>
#include <tpcalc.hxx>
-#include <math.h>
-
ScTpCalcOptions::ScTpCalcOptions(vcl::Window* pParent, const SfxItemSet& rCoreAttrs)
: SfxTabPage(pParent, "OptCalculatePage",
"modules/scalc/ui/optcalculatepage.ui", &rCoreAttrs)