diff options
-rw-r--r-- | formula/source/core/api/token.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/core/api/token.cxx b/formula/source/core/api/token.cxx index 30b0e162d97c..5309a40a0b51 100644 --- a/formula/source/core/api/token.cxx +++ b/formula/source/core/api/token.cxx @@ -690,7 +690,7 @@ void FormulaTokenArray::Assign( const FormulaTokenArray& r ) /// Optimisiation for efficiently creating StringXML placeholders void FormulaTokenArray::Assign( sal_uInt16 nCode, FormulaToken **pTokens ) { - assert( nLen = 0 ); + assert( nLen == 0 ); assert( pCode == NULL ); nLen = nCode; |