diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-12-05 08:52:15 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-12-05 08:56:52 +0200 |
commit | d9cf110dae8030c93c4cc7909b30c779b523359f (patch) | |
tree | 6052278a786391544e2d51da43a496b6932b1828 /vcl | |
parent | 54c08da6c7d9f8fc28ac6c5fd15fdfbe8b0cfc03 (diff) |
Bye bye ODMA
SUSE has no interest in it any longer, and I doubt anybody else has
either.
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/kde/fpicker/kdefilepicker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/kde/fpicker/kdefilepicker.cxx b/vcl/unx/kde/fpicker/kdefilepicker.cxx index 048ab9c8318c..f937eb914cf0 100644 --- a/vcl/unx/kde/fpicker/kdefilepicker.cxx +++ b/vcl/unx/kde/fpicker/kdefilepicker.cxx @@ -601,7 +601,7 @@ bool KDEFileDialog::isSupportedProtocol( const QString &rProtocol ) const "https", "slot", "macro", "javascript", "imap", "pop3", "data", "cid", "out", "vnd.sun.star.wfs", "vnd.sun.star.hier", "vim", ".uno", ".component", "vnd.sun.star.pkg", "ldap", "db", - "vnd.sun.star.cmd", "vnd.sun.star.script", "vnd.sun.star.odma", + "vnd.sun.star.cmd", "vnd.sun.star.script", "telnet", NULL }; |