diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-04-15 16:25:33 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-04-16 01:37:45 -0400 |
commit | c5c1064a780f1e94b75e050fc811dc348dfa7dd1 (patch) | |
tree | f09078730f6b44774c516455bc11673eee713e35 /sc/inc | |
parent | 3a9bb11850250718978d67fbd8e0adbf354d8d68 (diff) |
fdo#36124: Fix relative/absolute toggling in R1C1 mode.
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/reffind.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/reffind.hxx b/sc/inc/reffind.hxx index 3544eaeef..6b7b41949 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(); |