summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/sheetdatabuffer.cxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-01-13 23:05:11 +0100
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2017-01-23 11:36:26 +0000
commit1e7947401773b33a1e6072dd60ab681b2ad87800 (patch)
treec96c69c1f4260aa28664fa5239e1fb876ca3cf97 /sc/source/filter/oox/sheetdatabuffer.cxx
parentcb71dc9d36779c32733cd0497d9d799c6608888b (diff)
tdf#48140 replace ApiCellRangeList in xlsx import (5)
remove now unused ApiCellRangeList remove duplicate transition code in AddressConverter Change-Id: I36865fa1cfd69899d79fa6163aaa2cbba33a8763 Reviewed-on: https://gerrit.libreoffice.org/32709 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'sc/source/filter/oox/sheetdatabuffer.cxx')
-rw-r--r--sc/source/filter/oox/sheetdatabuffer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/oox/sheetdatabuffer.cxx b/sc/source/filter/oox/sheetdatabuffer.cxx
index bc20b4fb73a1..e40e47e147f0 100644
--- a/sc/source/filter/oox/sheetdatabuffer.cxx
+++ b/sc/source/filter/oox/sheetdatabuffer.cxx
@@ -23,7 +23,6 @@
#include <com/sun/star/sheet/XArrayFormulaTokens.hpp>
#include <com/sun/star/sheet/XCellRangeData.hpp>
#include <com/sun/star/sheet/XMultipleOperation.hpp>
-#include <com/sun/star/table/XCell.hpp>
#include <com/sun/star/text/XText.hpp>
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/util/NumberFormat.hpp>