Issue 33666 - User defined Structure with a comment crashes OpenOffice
Summary: User defined Structure with a comment crashes OpenOffice
Status: CLOSED DUPLICATE of issue 26061
Alias: None
Product: General
Classification: Code
Component: scripting (show other issues)
Version: 680m51
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: ab
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-01 06:20 UTC by andrew
Modified: 2005-01-25 16:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description andrew 2004-09-01 06:20:51 UTC
When I define the following data type, OpenOffice crashes. If I remove the
comments, then there are no problems or crashes. At one point, I also could not
open my document with this. Luckily, I had a backup copy (or I would have had to
edit the XML).

Type ParseTokenNode
  sToken  As String     REM String represenation of the token
  nType   As Integer    REM Type, such as ADP_EVAL_SPECIFIC_TYPE_ALPHA_OP
  nRank   As Integer    REM rank
  nInPrec As Integer    REM Input precedence
  nStPrec As Integer    REM Stack precedence
End Type

I assume that this should be assigned to ab.
Andrew Pitonyak
Comment 1 noel.power 2004-09-01 07:44:09 UTC
Andreas, for you I think ;-)
Comment 2 ab 2004-09-02 09:33:36 UTC
For ME?! Never ! ;-)

This one is duplicate to #i26061 (syntax errors in type definitions lead 
to a crash) respectively to #i25869 (Comments in type definitions lead
to a syntax error). Both tasks are fixed on cws ab10fixes that probably
will be integrated in 680m54.


*** This issue has been marked as a duplicate of 26061 ***
Comment 3 ab 2005-01-25 16:17:52 UTC
-> Closed