diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-10-12 15:32:09 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-10-12 15:40:42 +0100 |
commit | e9fe1e24fbe38a8056f0ed65a1f35f199a8a3869 (patch) | |
tree | 0c48f10dc073b739efde020c7f960b7c772f722d /desktop/source/app/cmdlineargs.hxx | |
parent | 20658054d8bd6380b4b175b552ccc1480c49d01c (diff) |
Implement unix quick-starter
Kendy's standalone unix-quick-starter, with tweaks to make it
conditionally compiled, and load png images with the new
branding layout from Michael.
Fixes to the soffice shell-script to not run pagein for a 2nd start
Diffstat (limited to 'desktop/source/app/cmdlineargs.hxx')
-rw-r--r-- | desktop/source/app/cmdlineargs.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/source/app/cmdlineargs.hxx b/desktop/source/app/cmdlineargs.hxx index fecd38302639..c14106907cac 100644 --- a/desktop/source/app/cmdlineargs.hxx +++ b/desktop/source/app/cmdlineargs.hxx @@ -77,6 +77,7 @@ class CommandLineArgs enum StringParam // must be zero based! { CMD_STRINGPARAM_PORTAL, + CMD_STRINGPARAM_SPLASHPIPE, CMD_STRINGPARAM_ACCEPT, CMD_STRINGPARAM_UNACCEPT, CMD_STRINGPARAM_USERDIR, @@ -128,6 +129,8 @@ class CommandLineArgs // generic methods to access parameter void SetBoolParam( BoolParam eParam, sal_Bool bNewValue ); + const rtl::OUString& GetStringParam( StringParam eParam ) const; + // Access to bool parameters sal_Bool IsMinimized() const; sal_Bool IsInvisible() const; |