summaryrefslogtreecommitdiff
path: root/include/formula/tokenarray.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/formula/tokenarray.hxx')
-rw-r--r--include/formula/tokenarray.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/formula/tokenarray.hxx b/include/formula/tokenarray.hxx
index d88f88437946..796059161997 100644
--- a/include/formula/tokenarray.hxx
+++ b/include/formula/tokenarray.hxx
@@ -148,20 +148,6 @@ protected:
*/
FormulaToken* ReplaceToken( sal_uInt16 nOffset, FormulaToken*, ReplaceMode eMode );
- /** Remove a sequence of tokens from pCode array, and pRPN array if the
- tokens are referenced there.
-
- This' nLen and nRPN are adapted, as is nIndex if it points behind
- nOffset. If nIndex points into the to be removed range
- (nOffset < nIndex < nOffset+nCount) it is set to nOffset+1.
-
- @param nOffset
- Start offset into pCode.
- @param nCount
- Count of tokens to remove.
- */
- void RemoveToken( sal_uInt16 nOffset, sal_uInt16 nCount );
-
inline void SetCombinedBitsRecalcMode( ScRecalcMode nBits )
{ nMode |= (nBits & ~RECALCMODE_EMASK); }
inline ScRecalcMode GetCombinedBitsRecalcMode() const