summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-25 09:24:01 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-25 09:24:01 +0000
commitff28c7160047713fc4519a68c2c962315fe7e8ee (patch)
treea487555b2484053cc66708ab9852e1dc3a440973 /shell
parent289577e5d433e38654d26cbede8afa9d54453287 (diff)
#i10000# Get lost change from CWS registrationurl (module was not registered to EIS).
Diffstat (limited to 'shell')
-rw-r--r--shell/source/unix/exec/shellexec.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx
index 344e658c98..17e3ec7485 100644
--- a/shell/source/unix/exec/shellexec.cxx
+++ b/shell/source/unix/exec/shellexec.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: shellexec.cxx,v $
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
* This file is part of OpenOffice.org.
*
@@ -215,7 +215,7 @@ void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aPar
if ( m_aDesktopEnvironment.getLength() > 0 )
{
OString aDesktopEnvironment(m_aDesktopEnvironment.toAsciiLowerCase());
- OStringBuffer aCopy(aBuffer);
+ OStringBuffer aCopy(aTmp);
aCopy.append(aDesktopEnvironment);
aCopy.append("-open-url");