To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54832


User fme changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|fme                       |flr
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Oct 19 05:57:45 -0700 
2005 -------
FME->FLR: As discussed, you can use this simple macro to reproduce the bug:

Textfeld = ThisComponent.createInstance("com.sun.star.text.TextTable")

Textfeld.initialize(1,5) 

Textfeld.isWidthRelative = True

Textfeld.RelativeWidth = 100

ThisComponent.getCurrentController().getViewCursor().getText.InsertTextContent(ThisComponent.getCurrentController().getViewCursor(),
Textfeld, False)

The critical line is Textfeld.isWidthRelative = True. The resulting content.xml
contains cells with colspan = 0

FME: Same effect in OOo 1.1



---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to