summaryrefslogtreecommitdiffstats
path: root/sc/inc/reffind.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/reffind.hxx')
-rw-r--r--sc/inc/reffind.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/reffind.hxx b/sc/inc/reffind.hxx
index cc2f330194e9..63dcf12c65e8 100644
--- a/sc/inc/reffind.hxx
+++ b/sc/inc/reffind.hxx
@@ -42,14 +42,13 @@ private:
String aFormula;
formula::FormulaGrammar::AddressConvention eConv;
ScDocument* pDoc;
+ ScAddress maPos;
xub_StrLen nFound;
xub_StrLen nSelStart;
xub_StrLen nSelEnd;
public:
- static const sal_Unicode pDelimiters[];
-
- ScRefFinder( const String& rFormula,
+ ScRefFinder( const String& rFormula, const ScAddress& rPos,
ScDocument* pDocument = NULL,
formula::FormulaGrammar::AddressConvention eConvP = formula::FormulaGrammar::CONV_OOO );
~ScRefFinder();