diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-08-18 15:31:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-08-18 15:32:16 +0200 |
commit | c4fe12406040b3395d3964406073027bd4006243 (patch) | |
tree | 1e96982c2c0104c6579f4de3b85cb61669808ed2 | |
parent | 3d1e29c55b4322f6113842123e5c0ee43df03a16 (diff) |
Remove mention of long-gone vnd.sun.star.wfs
Change-Id: I534da08398504697aa4ecff7838c6bd702dc8ea0
-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 757433a1d4b4..a5c809263825 100644 --- a/vcl/unx/kde/fpicker/kdefilepicker.cxx +++ b/vcl/unx/kde/fpicker/kdefilepicker.cxx @@ -97,7 +97,7 @@ bool isSupportedProtocol( const QString &rProtocol ) const char * pOOoProtocols[] = { "", "smb", "ftp", "http", "file", "mailto", "vnd.sun.star.webdav", "news", "private", "vnd.sun.star.help", "https", "slot", "macro", "javascript", "imap", "pop3", "data", - "cid", "out", "vnd.sun.star.wfs", "vnd.sun.star.hier", "vim", + "cid", "out", "vnd.sun.star.hier", "vim", ".uno", ".component", "vnd.sun.star.pkg", "ldap", "db", "vnd.sun.star.cmd", "vnd.sun.star.script", "telnet", |