summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-10-21 00:51:10 -0700
committerAndras Timar <andras.timar@collabora.com>2013-10-21 00:52:08 -0700
commit0980948795a77fcbb19a464a533e31d6529526a1 (patch)
tree5a514aebf1cd9fd06e53be17a5d44bb56cc20479
parent116a85bf7a25c7f8d90b99ba0a713e477a0dd57d (diff)
fdo#51639 soffice.exe --version displays a dialog box with the version number
Change-Id: I3656c005a23d291bc7cde2bc461e584df342babf
-rw-r--r--desktop/source/app/cmdlinehelp.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx
index ab4630236c59..6709741c1b25 100644
--- a/desktop/source/app/cmdlinehelp.cxx
+++ b/desktop/source/app/cmdlinehelp.cxx
@@ -184,6 +184,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
}