sc/inc/token.hxx | 10 ---------- 1 file changed, 10 deletions(-) New commits: commit ff6e489ed2af1096356772e105978b17993058c9 Author: Stephan Bergmann <sberg...@redhat.com> Date: Thu Oct 23 11:32:52 2014 +0200
Duplication of formula/token.hxx code ...now that ScToken has dissolved into FormulaToken Change-Id: Idd28842125698fde62df7f70079f73105b918bc0 diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index 77f8a7f..7eb4ef0 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: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits