From a60c9b688939681452dc36f4bcd01910575a176b Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 22 Jul 2011 01:25:08 +0200 Subject: Kill dtwm/cde --- shell/source/unix/exec/shellexec.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'shell/source/unix/exec') 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()); - } } } -- cgit