From a109d71bb4c3e6623d9c94e2a5e7913d7785e935 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 13 May 2008 12:12:46 +0000 Subject: [PATCH] INTEGRATION: CWS fwk86 (1.11.126); FILE MERGED 2008/04/30 15:50:04 pb 1.11.126.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/06 09:28:21 cd 1.11.126.1: #i86384# Remove unused code from desktop --- desktop/source/app/cmdlinehelp.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx index 8ee7a84076cc..43ecf7e2bc3d 100644 --- a/desktop/source/app/cmdlinehelp.cxx +++ b/desktop/source/app/cmdlinehelp.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: cmdlinehelp.cxx,v $ - * $Revision: 1.12 $ + * $Revision: 1.13 $ * * This file is part of OpenOffice.org. * @@ -161,7 +161,7 @@ namespace desktop aDlg.Execute(); #endif } - +#ifndef UNX CmdlineHelpDialog::CmdlineHelpDialog (void) : ModalDialog( NULL, DesktopResId( DLG_CMDLINEHELP ) ) , m_ftHead( this, DesktopResId( TXT_DLG_CMDLINEHELP_HEADER ) ) @@ -172,6 +172,5 @@ namespace desktop { FreeResource(); } - +#endif } -