summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/tpcompatibility.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/tpcompatibility.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/tpcompatibility.cxx')
-rw-r--r--sc/source/ui/optdlg/tpcompatibility.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/optdlg/tpcompatibility.cxx b/sc/source/ui/optdlg/tpcompatibility.cxx
index 593ac69610be..efd464e4750d 100644
--- a/sc/source/ui/optdlg/tpcompatibility.cxx
+++ b/sc/source/ui/optdlg/tpcompatibility.cxx
@@ -9,10 +9,11 @@
#undef SC_DLLIMPLEMENTATION
-#include <scmod.hxx>
+#include <svl/intitem.hxx>
+
#include <tpcompatibility.hxx>
#include <sc.hrc>
-#include <appoptio.hxx>
+#include <optutil.hxx>
ScTpCompatOptions::ScTpCompatOptions(vcl::Window *pParent, const SfxItemSet &rCoreAttrs) :
SfxTabPage(pParent, "OptCompatibilityPage","modules/scalc/ui/optcompatibilitypage.ui", &rCoreAttrs)