To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76618
                 Issue #|76618
                 Summary|createContentEnumeration with TextFrame on Paragraphs 
                        |causes RuntimeException
               Component|api
                 Version|OOo 2.1
                Platform|PC
                     URL|
              OS/Version|Windows 2000
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|jsc
             Reported by|leguff





------- Additional comments from [EMAIL PROTECTED] Mon Apr 23 14:12:22 +0000 
2007 -------
Just call createContentEnumeration("com.sun.star.text.TextFrame") on a
Paragraph-Instance and you'll get a com.sun.star.uno.RuntimeException.
If you try the same on a TextPortion everything is alright.

Workarround: use createContentEnumeration("com.sun.star.text.TextContent")
instead and ask every returned object if it supports 
"com.sun.star.text.TextFrame".

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