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 | 2749cbd4a2dcc5e3764242b7734d2adcf66025a9 (patch) | |
tree | 8b4773130c08ccfd35bd822a92231d0c0059914b | |
parent | 3b55cdf1d041c4b03043dee25a880d6f807a7e99 (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 6d02cddde4..5ff4f76a3a 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; |