Kaydet (Commit) 636581bf authored tarafından Eike Rathke's avatar Eike Rathke

most certainly == was meant

Change-Id: I1b0833daa576cd8603421e1036b8773badc8c775
üst e1d90b31
...@@ -690,7 +690,7 @@ void FormulaTokenArray::Assign( const FormulaTokenArray& r ) ...@@ -690,7 +690,7 @@ void FormulaTokenArray::Assign( const FormulaTokenArray& r )
/// Optimisiation for efficiently creating StringXML placeholders /// Optimisiation for efficiently creating StringXML placeholders
void FormulaTokenArray::Assign( sal_uInt16 nCode, FormulaToken **pTokens ) void FormulaTokenArray::Assign( sal_uInt16 nCode, FormulaToken **pTokens )
{ {
assert( nLen = 0 ); assert( nLen == 0 );
assert( pCode == NULL ); assert( pCode == NULL );
nLen = nCode; nLen = nCode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment