diff options
author | Andras Timar <atimar@suse.com> | 2012-01-09 17:55:29 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-01-09 19:12:51 +0100 |
commit | ecc0edad478f84d2b26d4a3beefdf485375e807c (patch) | |
tree | bc039d222df7a2005a4db744cd4f8db58e48ca7b /desktop | |
parent | 11abb04ab0dc926469e0eb8a78cb865d5e75b922 (diff) |
remove deprecated --plugin command line switch
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/cmdlineargs.cxx | 4 | ||||
-rw-r--r-- | desktop/source/app/cmdlineargs.hxx | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/desktop/source/app/cmdlineargs.cxx b/desktop/source/app/cmdlineargs.cxx index 9602f7c0365d..6a5d58a7a95c 100644 --- a/desktop/source/app/cmdlineargs.cxx +++ b/desktop/source/app/cmdlineargs.cxx @@ -446,10 +446,6 @@ sal_Bool CommandLineArgs::InterpretCommandLineParameter( const ::rtl::OUString& { SetBoolParam_Impl( CMD_BOOLPARAM_NODEFAULT, sal_True ); } - else if ( oArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "plugin" )) == sal_True ) - { - SetBoolParam_Impl( CMD_BOOLPARAM_PLUGIN, sal_True ); - } else if ( oArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "server" )) == sal_True ) { SetBoolParam_Impl( CMD_BOOLPARAM_SERVER, sal_True ); diff --git a/desktop/source/app/cmdlineargs.hxx b/desktop/source/app/cmdlineargs.hxx index 62d00e0641c2..f79efeaab6e7 100644 --- a/desktop/source/app/cmdlineargs.hxx +++ b/desktop/source/app/cmdlineargs.hxx @@ -44,7 +44,6 @@ class CommandLineArgs CMD_BOOLPARAM_MINIMIZED = 0, CMD_BOOLPARAM_INVISIBLE, CMD_BOOLPARAM_NORESTORE, - CMD_BOOLPARAM_PLUGIN, CMD_BOOLPARAM_SERVER, CMD_BOOLPARAM_HEADLESS, CMD_BOOLPARAM_QUICKSTART, |