remove excess whitespace

Change-Id: I11d775eed216e7d8a59d0b891dffcf191780aa9b
This commit is contained in:
Stephan Bergmann
2016-07-15 11:12:14 +02:00
parent f7803b302a
commit 922d67cbdb

View File

@@ -366,7 +366,7 @@ void EditorWindow::RequestHelp( const HelpEvent& rHEvt )
aHelpText = pVar->GetName();
if ( aHelpText.isEmpty() ) // name is not copied with the passed parameters
aHelpText = aWord;
aHelpText += "=" + pVar->GetOUString();
aHelpText += "=" + pVar->GetOUString();
}
}
if ( !aHelpText.isEmpty() )