diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-22 01:25:08 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-22 01:25:08 +0200 |
commit | a60c9b688939681452dc36f4bcd01910575a176b (patch) | |
tree | 107660f9f9e244b1f5ebf170b3737c81ef3f26a9 /shell/source/unix/exec | |
parent | f6182f10e536dda5538fee4984534ee1a93ba310 (diff) |
Kill dtwm/cde
Diffstat (limited to 'shell/source/unix/exec')
-rw-r--r-- | shell/source/unix/exec/shellexec.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx index 6629983fb410..48ed32dad8d8 100644 --- a/shell/source/unix/exec/shellexec.cxx +++ b/shell/source/unix/exec/shellexec.cxx @@ -221,12 +221,6 @@ void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aPar { aBuffer.append(aDesktopEnvironment); aBuffer.append("-"); - - /* CDE requires file urls to be decoded */ - if ( m_aDesktopEnvironment.equals("CDE") && 0 == aURL.compareToAscii("file://", 7) ) - { - aURL = rtl::Uri::decode(aURL, rtl_UriDecodeWithCharset, osl_getThreadTextEncoding()); - } } } |