1 --- basic/source/sbx/sbxvalue.cxx.orig 2008-06-10 12:50:41.000000000 +0800
2 +++ basic/source/sbx/sbxvalue.cxx 2008-06-10 12:55:14.000000000 +0800
3 @@ -1470,7 +1470,7 @@ BOOL SbxValue::Compare( SbxOperator eOp,
6 else if( GetType() == SbxEMPTY && rOp.GetType() == SbxEMPTY )
8 + bRes = !bVBAInterop ? TRUE : ( eOp == SbxEQ ? TRUE : FALSE );
9 // Sonderregel 1: Ist ein Operand Null, ist das Ergebnis FALSE
10 else if( GetType() == SbxNULL || rOp.GetType() == SbxNULL )