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

New commits:
commit afc03fb026d6cbb85d7d8bae0d3bd47d3143869e
Author: Andras Timar <andras.ti...@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
    Signed-off-by: Andras Timar <andras.ti...@collabora.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
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to