Kaydet (Commit) 06c842b8 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS sb59 (1.12.22); FILE MERGED

2006/08/11 15:04:24 sb 1.12.22.1: #i67487# Made code warning-free (wntmsci10).
üst 38647503
......@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.12 $
# $Revision: 1.13 $
#
# last change: $Author: hr $ $Date: 2006-06-19 17:36:05 $
# last change: $Author: obo $ $Date: 2006-10-12 14:22:37 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -64,7 +64,8 @@ OBJFILES = \
$(OBJ)$/dialogs.obj \
EXCEPTIONSFILES = \
$(OBJ)$/app.obj
$(OBJ)$/app.obj \
$(OBJ)$/process.obj
SRS1NAME=$(TARGET)
SRC1FILES = \
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: process.cxx,v $
*
* $Revision: 1.13 $
* $Revision: 1.14 $
*
* last change: $Author: obo $ $Date: 2006-09-17 09:57:38 $
* last change: $Author: obo $ $Date: 2006-10-12 14:23:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -152,9 +152,7 @@ void Process::SetImage( const String &aAppPath, const String &aAppParams, const
::rtl::OUString *pEnvArray = NULL;
if ( pEnv )
{
nCount = pEnv->size();
pEnvArray = new ::rtl::OUString[nCount];
pEnvArray = new ::rtl::OUString[pEnv->size()];
xub_StrLen nEnvCount = 0;
Environment::const_iterator aIter = pEnv->begin();
......
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