diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-11 14:06:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-11 14:06:33 +0000 |
commit | 387e3c8cb1cdcb7f1ebdb9e2ee63fee2b52211f9 (patch) | |
tree | a86291a8887872a81f25fbd9f34de0c253984091 /starmath/inc/parse.hxx | |
parent | cdedee3a8bdf760acdeff49015ee1b865cf6028d (diff) |
INTEGRATION: CWS tleamisc (1.6.236); FILE MERGED
2004/07/08 09:41:18 tl 1.6.236.1: #i30394# removed/ifdef'd unused code
Diffstat (limited to 'starmath/inc/parse.hxx')
-rw-r--r-- | starmath/inc/parse.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx index 72a49795ac65..00d6297ead1f 100644 --- a/starmath/inc/parse.hxx +++ b/starmath/inc/parse.hxx @@ -2,9 +2,9 @@ * * $RCSfile: parse.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: tl $ $Date: 2001-12-14 09:07:32 $ + * last change: $Author: obo $ $Date: 2004-08-11 15:06:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -231,7 +231,9 @@ class SmParser SmParser & operator = (const SmParser &); protected: +#if OSL_DEBUG_LEVEL BOOL IsDelimiter( const String &rTxt, xub_StrLen nPos ); +#endif void NextToken(); xub_StrLen GetTokenIndex() const { return nTokenIndex; } void Insert(const String &rText, USHORT nPos); @@ -279,7 +281,6 @@ protected: public: SmParser(); - BOOL CheckSyntax(const String &rBuffer); SmNode *Parse(const String &rBuffer); const String & GetText() const { return BufferString; }; |