diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-12-05 11:31:50 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-12-05 11:31:50 +0200 |
commit | 34a5932cd29bcc48859aed501eb8b262c949e45e (patch) | |
tree | d569d4f2589c72fb03f4ff95b31ee1f1dfaa692d /tools | |
parent | 4d0739e497f68e83943b72f840a228ed8e91d506 (diff) |
Fix comment
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/fsys/urlobj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/fsys/urlobj.cxx b/tools/source/fsys/urlobj.cxx index b9b8ac5937d6..f6e9db46b92c 100644 --- a/tools/source/fsys/urlobj.cxx +++ b/tools/source/fsys/urlobj.cxx @@ -386,7 +386,7 @@ static INetURLObject::SchemeInfo const aSchemeInfoMap[INET_PROT_END] false }, { "vnd.sun.star.cmd", "vnd.sun.star.cmd:", 0, false, false, false, false, false, false, false, false }, - { "", "", 0, false, false, false, false, true, true, true, false }, // Placeholder for removed 25: ODMA + { "", "", 0, false, false, false, false, true, true, true, false }, // Placeholder for removed 26: ODMA { "telnet", "telnet://", 23, true, true, false, true, true, true, true, false }, { "vnd.sun.star.expand", "vnd.sun.star.expand:", 0, false, false, false, |