summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/inc/token.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx
index 77f8a7f40ae2..7eb4ef0f2f39 100644
--- a/sc/inc/token.hxx
+++ b/sc/inc/token.hxx
@@ -63,16 +63,6 @@ void DumpToken(formula::FormulaToken const & rToken);
*/
formula::FormulaTokenRef extendRangeReference( formula::FormulaToken & rTok1, formula::FormulaToken & rTok2, const ScAddress & rPos, bool bReuseDoubleRef );
-inline void intrusive_ptr_add_ref(const formula::FormulaToken* p)
-{
- p->IncRef();
-}
-
-inline void intrusive_ptr_release(const formula::FormulaToken* p)
-{
- p->DecRef();
-}
-
class ScSingleRefToken : public formula::FormulaToken
{
private: