[Libreoffice-commits] .: shell/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Thu Jul 21 16:24:57 PDT 2011


 shell/source/unix/exec/shellexec.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit ebac2a3d38feb53e810d8496dfe7780fc35d385f
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Fri Jul 22 01:25:08 2011 +0200

    Kill dtwm/cde

diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx
index 1bbc2fd..a9f06f1 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());
-                }
             }
         }
              


More information about the Libreoffice-commits mailing list