To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91436
User tbe changed the following:
What |Old value |New value
================================================================================
CC|'' |'er'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Jul 7 16:00:24 +0000
2008 -------
TBE->ER:
After some debugging I found, that probably your changes in
ScCompiler::NextNewToken() caused this issue.
In the last if statement you removed SetError( errNoName ),
but explicitly mentioned in the comment, that simple unknown
names are handled by the interpreter.
In ScViewFunc::EnterData() the method ScCompiler::CompileString()
is called, but no error is set in the token array.
Also ScCompiler::CompileTokenArray() doesn't set an error
in the token array.
Any ideas, how to fix this issue? E.g. get the error from
the ScInterpreter?
---------------------------------------------------------------------
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]