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.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/formula/tokenarray.hxx b/include/formula/tokenarray.hxx
index bf3056a392b3..d88f88437946 100644
--- a/include/formula/tokenarray.hxx
+++ b/include/formula/tokenarray.hxx
@@ -159,10 +159,8 @@ protected:
Start offset into pCode.
@param nCount
Count of tokens to remove.
-
- @return The actual number of tokens removed from pCode array.
*/
- sal_uInt16 RemoveToken( sal_uInt16 nOffset, sal_uInt16 nCount );
+ void RemoveToken( sal_uInt16 nOffset, sal_uInt16 nCount );
inline void SetCombinedBitsRecalcMode( ScRecalcMode nBits )
{ nMode |= (nBits & ~RECALCMODE_EMASK); }
@@ -304,7 +302,7 @@ public:
FormulaToken* AddString( const svl::SharedString& rStr );
FormulaToken* AddDouble( double fVal );
- FormulaToken* AddExternal( const sal_Unicode* pStr );
+ void AddExternal( const sal_Unicode* pStr );
/** Xcl import may play dirty tricks with OpCode!=ocExternal.
Others don't use! */
FormulaToken* AddExternal( const OUString& rStr, OpCode eOp = ocExternal );