--- a/sw/source/ui/docvw/edtwin2.cxx Mon Oct 12 10:27:34 2009 +0200 +++ a/sw/source/ui/docvw/edtwin2.cxx Thu Oct 15 11:53:30 2009 +0200 @@ -173,7 +173,7 @@ switch( aCntntAtPos.eCntntAtPos ) { case SwContentAtPos::SW_TABLEBOXFML: - sTxt.AssignAscii( RTL_CONSTASCII_STRINGPARAM( "= " )); + sTxt.AssignAscii( RTL_CONSTASCII_STRINGPARAM( "=" )); sTxt += ((SwTblBoxFormula*)aCntntAtPos.aFnd.pAttr)->GetFormula(); break; #ifndef PRODUCT