To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103670
                 Issue #|103670
                 Summary|Use of parameter 'ParaChapterNumberingLevel' causes BA
                        |SIC runtime exception
               Component|api
                 Version|OOo 3.1
                Platform|PC
                     URL|
              OS/Version|Windows XP
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|jsc
             Reported by|kohle





------- Additional comments from ko...@openoffice.org Mon Jul 20 15:50:21 +0000 
2009 -------
I'm using the macro 'XrefHeadings' (from
http://homepages.paradise.net.nz/hillview/OOo/OutlineCrossRef3-fr-3.odt) to
create cross-references to headings in my documents.
This macro uses the parameter 'ParaChapterNumberingLevel' to determine if a
paragraph is a chapter heading (=> ParaChapterNumberingLevel >= 0) or just a
regular paragraph (=> ParaChapterNumberingLevel == -1).
After upgrading OO to version 3.1 this macro fails with error 

BASIC Laufzeitfehler. 
Es ist eine Exception aufgetreten 
Type: com.sun.star.uno.RuntimeExcpetion 
Message:.

If I debug the macro to the offending line and watch the SwXParagraph-object,
the 'ParaChapterNumberingLevel' parameter is shown with value 0 (for all types
of paragraphs!).

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


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

Reply via email to