INTEGRATION: CWS tbe23 (1.22.18); FILE MERGED
2005/05/18 15:00:12 tbe 1.22.18.1: #i49388# office crashes when executing BeanShell macro from command line
This commit is contained in:
parent
e74c725574
commit
58ea9fa06c
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: scripthandler.cxx,v $
|
||||
*
|
||||
* $Revision: 1.23 $
|
||||
* $Revision: 1.24 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-09 02:27:10 $
|
||||
* last change: $Author: hr $ $Date: 2005-09-27 12:55:36 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -216,7 +216,7 @@ void SAL_CALL ScriptProtocolHandler::dispatchWithNotification(
|
|||
lArgs[ index ].Name.getLength() == 0 )
|
||||
{
|
||||
inArgs.realloc( ++argCount );
|
||||
inArgs[ index ] = lArgs[ index ].Value;
|
||||
inArgs[ argCount - 1 ] = lArgs[ index ].Value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue