summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-13 12:12:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-13 12:12:46 +0000
commita109d71bb4c3e6623d9c94e2a5e7913d7785e935 (patch)
treed1ed7df450a4cda0d78278061774bd63691c66dc
parentc8605a3d283d4bc35aedd130311849f30887301a (diff)
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
-rw-r--r--desktop/source/app/cmdlinehelp.cxx7
1 files 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
}
-