To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103101
------- Additional comments from [email protected] Fri Jun 26 09:12:47 +0000 2009 ------- Here is one possible workaround for the update problem: Sub Main t = ThisComponent.Text cursor = t.createTextCursorByRange(t) cursor.setPropertyValue("CharHidden", true) ' setting the text visible before restoring the default value forces a correct update cursor.setPropertyValue("CharHidden", false) cursor.setPropertyToDefault("CharHidden") 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]
