sc/source/ui/optdlg/tpview.cxx | 1 - 1 file changed, 1 deletion(-) New commits: commit 31e6767d433eaec7dd4d72b5568015a8df3feec5 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Dec 7 18:43:29 2023 +0100 Commit: Taichi Haradaguchi <20001...@ymail.ne.jp> CommitDate: Fri Dec 8 03:31:32 2023 +0100
Remove duplicated include Change-Id: I9c0f1e9188c731077f57b6adaf8208bc8c84d829 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160438 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp> diff --git a/sc/source/ui/optdlg/tpview.cxx b/sc/source/ui/optdlg/tpview.cxx index 8640e187c5f7..213d4e73eb7b 100644 --- a/sc/source/ui/optdlg/tpview.cxx +++ b/sc/source/ui/optdlg/tpview.cxx @@ -34,7 +34,6 @@ #include <svtools/unitconv.hxx> #include <unotools/configmgr.hxx> #include <unotools/localedatawrapper.hxx> -#include <officecfg/Office/Calc.hxx> ScTpContentOptions::ScTpContentOptions(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& rArgSet) : SfxTabPage(pPage, pController, "modules/scalc/ui/tpviewpage.ui", "TpViewPage", &rArgSet)