summaryrefslogtreecommitdiff
path: root/sc/inc/token.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-23 11:32:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-23 11:33:16 +0200
commitff6e489ed2af1096356772e105978b17993058c9 (patch)
tree6c94ea2f82edc2ae1e111c620a5c88b92b944bd9 /sc/inc/token.hxx
parentf89e5ebcf1bbcca730e7094e3a26ce753cd99627 (diff)
Duplication of formula/token.hxx code
...now that ScToken has dissolved into FormulaToken Change-Id: Idd28842125698fde62df7f70079f73105b918bc0
Diffstat (limited to 'sc/inc/token.hxx')
-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: