sc/source/filter/oox/sheetdatabuffer.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit ee5d1ac729f0e8521792a04d6bb35538cb0cd0b7
Author:     seturaj <seturajmatr...@gmail.com>
AuthorDate: Mon Feb 26 13:41:54 2024 -0500
Commit:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
CommitDate: Thu Mar 14 09:20:10 2024 +0100

    tdf#48140: Remove unused headers from xlsx import
    
    Change-Id: I14fad4ccd06fe9c3340646efcf80e9209cbb1dc8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163962
    Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
    Tested-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>

diff --git a/sc/source/filter/oox/sheetdatabuffer.cxx 
b/sc/source/filter/oox/sheetdatabuffer.cxx
index f42694f5623a..e124d9f32489 100644
--- a/sc/source/filter/oox/sheetdatabuffer.cxx
+++ b/sc/source/filter/oox/sheetdatabuffer.cxx
@@ -23,8 +23,6 @@
 #include <algorithm>
 #include <com/sun/star/sheet/XArrayFormulaTokens.hpp>
 #include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
-#include <com/sun/star/table/XCell.hpp>
-#include <com/sun/star/table/XCellRange.hpp>
 #include <com/sun/star/util/DateTime.hpp>
 #include <com/sun/star/util/NumberFormat.hpp>
 #include <com/sun/star/util/XNumberFormatTypes.hpp>

Reply via email to