diff options
Diffstat (limited to 'starmath/source/parse.cxx')
-rw-r--r-- | starmath/source/parse.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx index 2a678d0ff5..9a7dc6630f 100644 --- a/starmath/source/parse.cxx +++ b/starmath/source/parse.cxx @@ -333,7 +333,7 @@ const SmTokenTableEntry * SmParser::GetTokenTableEntry( const String &rName ) /////////////////////////////////////////////////////////////////////////// -#if OSL_DEBUG_LEVEL +#if OSL_DEBUG_LEVEL > 1 bool SmParser::IsDelimiter( const String &rTxt, xub_StrLen nPos ) // returns 'true' iff cChar is '\0' or a delimeter |