Error report 583813477

I receive a BASIC runtime error when I click the "Edit Bibliography" button while the cursor is in the bibliography, then click the OK button without doing anything else. The error message is

BASIC runtime error
An exception occurred
Type: com.sun.star.uno. RuntimeException
Message: .

Line 890 is highlighted (oMark.Name = sNewname)

The error may or may not be related to another error I am currently experiencing, described in the discussion "Irregular numbering in OpenOffice bibliography (IEEE format)"

Thanks.
  • In case it helps ...

    I've tracked it down to there being two bibliography text sections.
    The for loop at line 455 attempts to rename all the bibliography text sections with the same name. The code at line 890 is the actual instruction to change the object name, which fails (I assume) because objects must have unique names.
Sign In or Register to comment.