diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2010-12-22 16:33:34 +0900 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-10 14:43:57 -0500 |
commit | 65885f16185aa0237e254370a4289d6eefc7bec7 (patch) | |
tree | abf72cb1e95529e72fa261d52547f1f1efd8a29c | |
parent | 6ca4a890ae8aad116731dddfa4b948934ac85ea9 (diff) |
remove dead codes never passed through even in case of MACOSX
-rw-r--r-- | desktop/source/app/cmdlineargs.cxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/desktop/source/app/cmdlineargs.cxx b/desktop/source/app/cmdlineargs.cxx index 39c7a596193d..59a2e0bc6dca 100644 --- a/desktop/source/app/cmdlineargs.cxx +++ b/desktop/source/app/cmdlineargs.cxx @@ -281,26 +281,6 @@ void CommandLineArgs::ParseCommandLine_Impl( Supplier& supplier ) bStartEvent = sal_False; bDisplaySpec = sal_False; } - - #ifdef MACOSX - /* #i84053# ignore -psn on Mac - Platform dependent #ifdef here is ugly, however this is currently - the only platform dependent parameter. Should more appear - we should find a better solution - */ - else if ( aArg.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("-psn"))) - { - // finder argument from MacOSX - bOpenEvent = sal_False; - bPrintEvent = sal_False; - bForceOpenEvent = sal_False; - bPrintToEvent = sal_False; - bForceNewEvent = sal_False; - bViewEvent = sal_False; - bStartEvent = sal_False; - bDisplaySpec = sal_False; - } - #endif else if ( oArg.equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("convert-to"))) { bOpenEvent = sal_False; |