diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-22 17:54:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-23 09:30:09 +0200 |
commit | d9a782be7ba158ce21ecce1fe53a7517bb6c5a28 (patch) | |
tree | a57d410ac9100dd934c5dca026f96ae8ac5e18b1 /sc/inc | |
parent | d701a1a6df978f2c6ef8e50e4241e04b353bb118 (diff) |
Turn ScToken::checkTextEqual into a free function
Change-Id: I03daf7bb68ed33d9610b7ef19d3bd6c18dc8170f
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/token.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index d065518d7fbc..4176f1ab63ac 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -57,8 +57,6 @@ protected: ScToken( formula::StackVar eTypeP,OpCode e = ocPush ) : formula::FormulaToken(eTypeP,e) {} ScToken( const ScToken& r ): formula::FormulaToken(r) {} - bool checkTextEqual( const formula::FormulaToken& rToken ) const; - public: virtual ~ScToken(); |