summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-12-05 08:52:15 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-12-05 11:30:36 +0200
commit496e83089f44b9a0822c5fd9749e1c79d280fdf5 (patch)
treee14a29a5c8944ef8b074a59dc934d319281f0ca2 /desktop
parentf1a0ab2b5fcba57f372f6642e6c2dd68a50a8524 (diff)
Bye bye ODMA
SUSE has no interest in it any longer, and I doubt anybody else has either.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/cmdlineargs.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/desktop/source/app/cmdlineargs.cxx b/desktop/source/app/cmdlineargs.cxx
index 8d1089a35ae8..2320a18b953b 100644
--- a/desktop/source/app/cmdlineargs.cxx
+++ b/desktop/source/app/cmdlineargs.cxx
@@ -325,15 +325,6 @@ void CommandLineArgs::ParseCommandLine_Impl( Supplier& supplier )
}
else
{
- if( bOpenEvent || bViewEvent || bForceNewEvent || bForceOpenEvent )
- {
- if( aArg.matchIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("::ODMA")) )
- {
- ::rtl::OUString sArg("vnd.sun.star.odma:/");
- sArg += aArg;
- aArg = sArg;
- }
- }
// handle this argument as a filename
if ( bOpenEvent )
{