summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/formulabase.hxx
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/inc/formulabase.hxx
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/inc/formulabase.hxx')
-rw-r--r--sc/source/filter/inc/formulabase.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/filter/inc/formulabase.hxx b/sc/source/filter/inc/formulabase.hxx
index 746242686b52..e105905485b8 100644
--- a/sc/source/filter/inc/formulabase.hxx
+++ b/sc/source/filter/inc/formulabase.hxx
@@ -24,7 +24,6 @@
#include <com/sun/star/sheet/FormulaOpCodeMapEntry.hpp>
#include <com/sun/star/sheet/FormulaToken.hpp>
#include <com/sun/star/table/CellAddress.hpp>
-#include <com/sun/star/table/CellRangeAddress.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <oox/helper/propertyset.hxx>
#include <oox/helper/refvector.hxx>
@@ -720,7 +719,7 @@ public:
ranges contained in the token sequence.
*/
void extractCellRangeList(
- ApiCellRangeList& orRanges,
+ ScRangeList& orRanges,
const ApiTokenSequence& rTokens,
bool bAllowRelative,
sal_Int32 nFilterBySheet ) const;