Le Mer. Sep. 10 22:49:22 2008, LittleSister@softhome.net a écrit :
Show quoted text> OpenOffice-OODoc-2.103
>
> OpenOffice::OODoc::Text::extendText immediately returns undef if the
'text'
Show quoted text> argument is the one character string '0'.
>
> my $text = shift or return undef;
>
> OpenOffice::OODoc::XPath::extendText has the more useful construct:
>
> my $text = shift;
> return undef unless defined $text;
Thank you for your report!
You spotted an old, previously unnoticed bug.
It will be fixed in the next release.