diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/conditio.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index 3bf6a144f7ee..a9825940c28b 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -254,7 +254,9 @@ public: OUString GetExpression( const ScAddress& rCursor, sal_uInt16 nPos, sal_uLong nNumFmt = 0, const formula::FormulaGrammar::Grammar eGrammar = formula::FormulaGrammar::GRAM_DEFAULT ) const; - ScTokenArray* CreateTokenArry( sal_uInt16 nPos ) const; + /** Create a flat copy using ScTokenArray copy-ctor with + shared tokens. */ + ScTokenArray* CreateFlatCopiedTokenArray( sal_uInt16 nPos ) const; void CompileAll(); void CompileXML(); |