[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - desktop/source

Andras Timar andras.timar at collabora.com
Mon Oct 21 06:20:49 PDT 2013


 desktop/source/app/cmdlinehelp.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 29ef37395884c72898c77185e5e00898ad98f2c7
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Oct 21 00:51:10 2013 -0700

    fdo#51639 soffice.exe --version displays a dialog box with the version number
    
    Change-Id: I3656c005a23d291bc7cde2bc461e584df342babf
    Reviewed-on: https://gerrit.libreoffice.org/6362
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx
index 41a9f30..a9ed3df 100644
--- a/desktop/source/app/cmdlinehelp.cxx
+++ b/desktop/source/app/cmdlinehelp.cxx
@@ -187,6 +187,9 @@ namespace desktop
         // Just re-use the help dialog for now.
         CmdlineHelpDialog aDlg;
         aDlg.m_pftHead->SetText(aVersionMsg);
+        aDlg.m_pftLeft->SetText("");
+        aDlg.m_pftRight->SetText("");
+        aDlg.m_pftBottom->SetText("");
         aDlg.Execute();
 #endif
     }


More information about the Libreoffice-commits mailing list