diff options
author | Eike Rathke <erack@redhat.com> | 2014-05-21 12:45:24 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-05-21 12:45:24 +0200 |
commit | 636581bf87e2a792672845d7c945f1b22a22ffdb (patch) | |
tree | f03ca37157ef7766fff0318d804c3aad1f8a60a4 /formula | |
parent | e1d90b31f640f5ddd781b13f53c6f61dc85b68ec (diff) |
most certainly == was meant
Change-Id: I1b0833daa576cd8603421e1036b8773badc8c775
Diffstat (limited to 'formula')
-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; |