summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-01-12 02:27:09 +0100
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2017-01-12 17:09:35 +0000
commit58c5a9de2a0b985ef81557271db39c56ceb624f9 (patch)
treee585636496eb801ad8329ce564feeb5d0d09ab5d /sc/source/filter/inc
parent2fd88ab1cbb4690a770ca2ca5d66157ec4906a2e (diff)
tdf#48140 replace CellAddress in xlsx import (4)
Change-Id: I52d7a37dd106744052d714e66fd84895aeb0a9b8 Reviewed-on: https://gerrit.libreoffice.org/33001 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')
-rw-r--r--sc/source/filter/inc/formulabase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/formulabase.hxx b/sc/source/filter/inc/formulabase.hxx
index 91c67c820d1b..46ddbfbb562f 100644
--- a/sc/source/filter/inc/formulabase.hxx
+++ b/sc/source/filter/inc/formulabase.hxx
@@ -609,7 +609,7 @@ public:
/** Calls the XFormulaParser::parseFormula() function of the API parser. */
ApiTokenSequence parseFormula(
const OUString& rFormula,
- const css::table::CellAddress& rRefPos );
+ const ScAddress& rRefPos );
private:
css::uno::Reference< css::sheet::XFormulaParser >