summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-13 12:13:00 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-13 12:13:00 +0000
commitbad38031dd08cfaa8f49b38a8bad142572cba7e6 (patch)
treebf18b178221263d4eb75e0edabd8d477c11e74a2 /desktop
parenta109d71bb4c3e6623d9c94e2a5e7913d7785e935 (diff)
INTEGRATION: CWS fwk86 (1.3.998); FILE MERGED
2008/04/30 15:50:07 pb 1.3.998.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/06 09:28:21 cd 1.3.998.1: #i86384# Remove unused code from desktop
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/cmdlinehelp.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/source/app/cmdlinehelp.hxx b/desktop/source/app/cmdlinehelp.hxx
index f9ad8f0da316..4bca6e7e7d1a 100644
--- a/desktop/source/app/cmdlinehelp.hxx
+++ b/desktop/source/app/cmdlinehelp.hxx
@@ -7,7 +7,7 @@
namespace desktop
{
void displayCmdlineHelp( void );
-
+#ifndef UNX
class CmdlineHelpDialog : public ModalDialog
{
public:
@@ -19,7 +19,5 @@ namespace desktop
FixedText m_ftBottom;
OKButton m_btOk;
};
-
-
-
+#endif
}