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


User os changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|os                        |ama
--------------------------------------------------------------------------------
        Target milestone|---                       |OOo 3.0
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Feb 20 14:41:48 +0000 
2008 -------
->ama: Run the following macro in a new text document and then try to undo the
steps -> the border distance changes are not undone.

Sub Main
xtable = thiscomponent.createinstance("com.sun.star.text.TextTable")
xtable.initialize(3,3)
xtable.attach ( thiscomponent.gettext.start )
adistances = xtable.TableBorderDistances
xtable.getcellbyname("A1").setString("TEXT")
adistances.TopDistance = 400
xtable.TableBorderDistances = adistances
adistances.BottomDistance = 400
xtable.TableBorderDistances = adistances
End Sub


---------------------------------------------------------------------
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