After pull request https://github.com/FreeCAD/FreeCAD/pull/4215 it doesn't make much sense helping the user to write expressions without leading '=', as that content will be parsed as a string. This change adjusts the behaviour in SpreadsheetGui's LineEdit to avoid popping up the ExpressionCompleter when no leading equal sign is used.