summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/formulabase.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-01-13 17:29:11 +0100
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2017-01-15 23:54:08 +0000
commitff407afbb5b121228879a3323c5be12ce2750e1a (patch)
tree1610c2aa4f834ec1fc339ab34f4e2eb878c5dd79 /sc/source/filter/inc/formulabase.hxx
parent7c73c4605bb75b288e186b5de0ca12da1724353e (diff)
tdf#48140 replace CellRangeAddress in xlsx import (16)
Change-Id: Ie44a5b8433e2dc2c253d6c439f9308f936a4508f Reviewed-on: https://gerrit.libreoffice.org/33094 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.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/filter/inc/formulabase.hxx b/sc/source/filter/inc/formulabase.hxx
index 46ddbfbb562f..746242686b52 100644
--- a/sc/source/filter/inc/formulabase.hxx
+++ b/sc/source/filter/inc/formulabase.hxx
@@ -694,10 +694,6 @@ public:
address which has been extracted to orRange, false otherwise.
*/
bool extractCellRange(
- css::table::CellRangeAddress& orRange,
- const ApiTokenSequence& rTokens,
- bool bAllowRelative ) const;
- bool extractCellRange(
ScRange& orRange,
const ApiTokenSequence& rTokens,
bool bAllowRelative ) const;