sc/source/filter/xml/xmlimprt.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 21bd1facb207e5d558854eab3a45a0fb2bb222f7
Author:     Justin Luth <justin.l...@collabora.com>
AuthorDate: Wed Mar 13 11:30:02 2024 -0400
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Wed Mar 13 21:29:45 2024 +0100

    related tdf#123026 xmlimprt: cleanup #includes after removing code block
    
    Change-Id: I1e00e669428491a118ddf0d8e6c2eea87b854846
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164783
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <jl...@mail.com>

diff --git a/sc/source/filter/xml/xmlimprt.cxx 
b/sc/source/filter/xml/xmlimprt.cxx
index b59b644b5c4d..b94d1d44d8fa 100644
--- a/sc/source/filter/xml/xmlimprt.cxx
+++ b/sc/source/filter/xml/xmlimprt.cxx
@@ -42,7 +42,6 @@
 #include <svl/languageoptions.hxx>
 #include <editeng/editstat.hxx>
 #include <formula/errorcodes.hxx>
-#include <formulaopt.hxx>
 #include <vcl/svapp.hxx>
 
 #include <appluno.hxx>
@@ -51,16 +50,12 @@
 #include <document.hxx>
 #include <docsh.hxx>
 #include <docuno.hxx>
-#include <globstr.hrc>
-#include <scresid.hxx>
-#include <scmod.hxx>
 #include "xmlbodyi.hxx"
 #include "xmlstyli.hxx"
 #include <ViewSettingsSequenceDefines.hxx>
 #include <userdat.hxx>
 
 #include <compiler.hxx>
-#include <officecfg/Office/Calc.hxx>
 
 #include "XMLConverter.hxx"
 #include "XMLDetectiveContext.hxx"

Reply via email to