To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98338
                 Issue #|98338
                 Summary|Crasher with external ref tokens
               Component|Spreadsheet
                 Version|DEV300m38
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|kohei
             Reported by|kohei





------- Additional comments from [email protected] Thu Jan 22 07:32:05 +0000 
2009 -------
This is new for m39.

Calc crashes when external reference tokens are used because
ScExternal(SingleRef|DoubleRef)Token classes don't have their own Clone()
method.  This causes the Clone() of FormulaToken base class to get called when
these tokens are cloned, thereby slicing the original class down to FormulaToken
type.  Afterwards, calling e.g. GetDoubleRef() causes a segmentation fault
because FormulaToken doesn't have GetDoubleRef().

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