diff options
author | Eike Rathke <erack@redhat.com> | 2016-04-25 22:00:27 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-04-25 22:46:01 +0200 |
commit | 403d0d4a5452f2b31edd89d67fbcc532fd7fbf5a (patch) | |
tree | 327855497646cd990d51c3988af26a2dfcfdf1b4 /sc/inc | |
parent | a68a285076fed9dc055bd9eae48cabd800632563 (diff) |
be explicit about what it does, CreateFlatCopiedTokenArray()
Change-Id: I3652e4e46f85343488fb77bc4169bf6825086cf4
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(); |