diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-12-07 18:43:29 +0100 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2023-12-08 03:31:32 +0100 |
commit | 31e6767d433eaec7dd4d72b5568015a8df3feec5 (patch) | |
tree | 156b4595d3bb49435170f777237510bc71d884dd /sc/source/ui/optdlg/tpview.cxx | |
parent | 5ff701226b00963312cb2a78e77966d012b79c82 (diff) |
Remove duplicated include
Change-Id: I9c0f1e9188c731077f57b6adaf8208bc8c84d829
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160438
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'sc/source/ui/optdlg/tpview.cxx')
-rw-r--r-- | sc/source/ui/optdlg/tpview.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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) |