diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-15 11:12:14 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-15 11:12:14 +0200 |
commit | 922d67cbdb3af76b9c4ffea090b6653fe3c2112c (patch) | |
tree | 8d25d1a66a34fa672a6f44cc78de40e22f5fdc69 /basctl/source | |
parent | f7803b302aecb3acebf79e1782ab7e8cf85c5c64 (diff) |
remove excess whitespace
Change-Id: I11d775eed216e7d8a59d0b891dffcf191780aa9b
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index 04cb25872e81..431cf60508a1 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -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() ) |