Kaydet (Commit) 53b85f85 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

#i10000# Get lost change from CWS registrationurl (module was not registered to EIS).

üst 4eed1a25
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment