sc/source/core/data/stlsheet.cxx | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit 6b559b8d4f39cc1cee53ae85df76490601867b07 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Mar 3 17:59:43 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Mar 4 09:26:43 2026 +0100 Remove duplicated includes Change-Id: I63562ffdbdadc48ef780ae33c50ed22b557fa50e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200899 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/source/core/data/stlsheet.cxx b/sc/source/core/data/stlsheet.cxx index 81692a994dd4..43f7552dbfe6 100644 --- a/sc/source/core/data/stlsheet.cxx +++ b/sc/source/core/data/stlsheet.cxx @@ -52,17 +52,11 @@ #include <svx/strarray.hxx> #include <svx/svxids.hrc> -#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/intitem.hxx> #include <svl/ilstitem.hxx> #include <svl/itemiter.hxx> #include <svl/eitem.hxx> -#include <editeng/boxitem.hxx> -#include <scitems.hxx> -#include <globstr.hrc> -#include <scresid.hxx> -#include <document.hxx> #include <docsh.hxx> #include <sfx2/objsh.hxx>
