[PATCH] Kill dtwm/cde
Thomas Arnhold
thomas at arnhold.org
Wed Jul 20 14:52:29 PDT 2011
---
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 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());
- }
}
}
--
1.7.6
--------------080504010809040501070005
Content-Type: text/x-patch;
name="0001-libs-gui-Kill-dtwm-cde.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="0001-libs-gui-Kill-dtwm-cde.patch"
More information about the LibreOffice
mailing list