[Libreoffice-commits] core.git: basctl/source

Stephan Bergmann sbergman at redhat.com
Fri Jul 15 09:12:42 UTC 2016


 basctl/source/basicide/baside2b.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 922d67cbdb3af76b9c4ffea090b6653fe3c2112c
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Jul 15 11:12:14 2016 +0200

    remove excess whitespace
    
    Change-Id: I11d775eed216e7d8a59d0b891dffcf191780aa9b

diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index 04cb258..431cf60 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() )


More information about the Libreoffice-commits mailing list