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





------- Additional comments from gur...@openoffice.org Thu Jul 22 01:51:57 
+0000 2010 -------
The questionable code at that link

is line 72/73
    if PROP_ATTR_TRANSIENT & mode:
        ret = ret + "tranient "

which I still think should be
    if PROP_ATTR_TRANSIENT & mode:
        ret = ret + "transient "

---------------------------------------------------------------------
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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to