To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113302
                 Issue #|113302
                 Summary|pyuno: Apparent typo in unhelper.py
               Component|udk
                 Version|OOo 3.2
                Platform|PC
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|jbu
             Reported by|gurfle





------- Additional comments from gur...@openoffice.org Wed Jul 21 03:39:17 
+0000 2010 -------
Line 76/77
    if PROP_ATTR_TRANSIENT & mode:
        ret = ret + "tranient "
I think should be
    if PROP_ATTR_TRANSIENT & mode:
        ret = ret + "transient "

Haven't seen any ill effects of this, but then I have not used transient
properties, and not being even sure how to use them, I have no tests to report
any such effects.  I just ran accross this while browsing unohelper, trying to
trace the cause of another issue
(http://www.openoffice.org/issues/show_bug.cgi?id=111641)

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