diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 15:26:53 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 15:26:53 +0000 |
commit | ead5dfd741b7b1cb9ba4847525a869d3827085f8 (patch) | |
tree | 40a21f186f61f01cf57833fd30c9bf5714c8d8a6 /desktop | |
parent | 79d8090e6027ff15cee68bf0f7bfc25cebfaa859 (diff) |
INTEGRATION: CWS aquavcl04 (1.25.32); FILE MERGED
2007/11/28 14:16:42 pl 1.25.32.1: #i84053# ignore -psn on commandline on macosx
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/cmdlineargs.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/source/app/cmdlineargs.hxx b/desktop/source/app/cmdlineargs.hxx index 94a9cc058c9f..5e5a6e7a8670 100644 --- a/desktop/source/app/cmdlineargs.hxx +++ b/desktop/source/app/cmdlineargs.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cmdlineargs.hxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: vg $ $Date: 2007-10-26 11:56:03 $ + * last change: $Author: ihi $ $Date: 2008-01-14 16:26:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,7 @@ class CommandLineArgs CMD_BOOLPARAM_HEADLESS, CMD_BOOLPARAM_QUICKSTART, CMD_BOOLPARAM_TERMINATEAFTERINIT, - CMD_BOOLPARAM_NOFIRSTSTARTWIZARD, + CMD_BOOLPARAM_NOFIRSTSTARTWIZARD, CMD_BOOLPARAM_NOLOGO, CMD_BOOLPARAM_NOLOCKCHECK, CMD_BOOLPARAM_NODEFAULT, @@ -84,6 +84,7 @@ class CommandLineArgs CMD_BOOLPARAM_HELPMATH, CMD_BOOLPARAM_HELPIMPRESS, CMD_BOOLPARAM_HELPBASE, + CMD_BOOLPARAM_PSN, CMD_BOOLPARAM_COUNT // must be last element! }; |