summaryrefslogtreecommitdiffstats
path: root/basctl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-15 11:12:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-15 11:12:14 +0200
commit922d67cbdb3af76b9c4ffea090b6653fe3c2112c (patch)
tree8d25d1a66a34fa672a6f44cc78de40e22f5fdc69 /basctl
parentloplugin:commaoperator (diff)
downloadcore-922d67cbdb3af76b9c4ffea090b6653fe3c2112c.tar.gz
core-922d67cbdb3af76b9c4ffea090b6653fe3c2112c.zip
remove excess whitespace
Change-Id: I11d775eed216e7d8a59d0b891dffcf191780aa9b
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2b.cxx2
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() )