remove excess whitespace
Change-Id: I11d775eed216e7d8a59d0b891dffcf191780aa9b
This commit is contained in:
@@ -366,7 +366,7 @@ void EditorWindow::RequestHelp( const HelpEvent& rHEvt )
|
|||||||
aHelpText = pVar->GetName();
|
aHelpText = pVar->GetName();
|
||||||
if ( aHelpText.isEmpty() ) // name is not copied with the passed parameters
|
if ( aHelpText.isEmpty() ) // name is not copied with the passed parameters
|
||||||
aHelpText = aWord;
|
aHelpText = aWord;
|
||||||
aHelpText += "=" + pVar->GetOUString();
|
aHelpText += "=" + pVar->GetOUString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( !aHelpText.isEmpty() )
|
if ( !aHelpText.isEmpty() )
|
||||||
|
Reference in New Issue
Block a user