Skip Menu |

This queue is for tickets about the OpenOffice-OODoc CPAN distribution.

Report information
The Basics
Id: 25271
Status: resolved
Priority: 0/
Queue: OpenOffice-OODoc

People
Owner: Nobody in particular
Requestors: denisjuk [...] euh-e.edu.pl
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.032
Fixed in: 2.034



Subject: impossible to create one-row ora one-column table
Function appendTable/insertTable do not create new tables with only one row or only one column. Specyfically, the following script my $doc= new OpenOffice::OODoc::Text(file=>'test.odt', create=>'text', opendocument => 1); $doc->appendTable(1,1,1); $doc->save; creates a 2x2 table. I expected 1x1 table.
From: denisjuk [...] euh-e.edu.pl
A propos, I have Twig 3.26 installed ... On Nie. 04 Mar. 2007, 04:54:41, alexanderdenisjuk wrote: Show quoted text
> Function appendTable/insertTable do not create new tables with only
one Show quoted text
> row or only one column. Specyfically, the following script > > my $doc= new OpenOffice::OODoc::Text(file=>'test.odt',
create=>'text', Show quoted text
> opendocument => 1); > $doc->appendTable(1,1,1); > $doc->save; > > creates a 2x2 table. I expected 1x1 table. >
Fix is done in 2.033