Laurent Godard wrote:

Hi Bernard,

The bug was reported in IZ 30500. In versions 1.1.x and 2.0.1 it is still not corrected and not even documented, so it should not have status RESOLVED and FIXED.


perhraps reopen the bug and mark it as regression in keywords

where are optional parameters located in the source code ? I can perharps have a look

Laurent

This is from OOo 2.0 RC 2 so it might have changed

basic/source/runtime/methods.cxx

RTLFUNC(IsMissing)
{
       if ( rPar.Count() < 2 )
               StarBASIC::Error( SbERR_BAD_ARGUMENT );
       else
               // #57915 Missing wird durch Error angezeigt
               rPar.Get( 0 )->PutBool( rPar.Get(1)->IsErr() );
}


--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info:  http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to