To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100578
                 Issue #|100578
                 Summary|space before DOT token ( after line continue '_' ) fai
                        |ls to compile
               Component|scripting
                 Version|OOO310m7
                Platform|Unknown
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|ab
             Reported by|npower





------- Additional comments from [email protected] Thu Mar 26 10:04:20 
+0000 2009 -------
strange why anyone would want to do it ( but a customer document does ) and MSO
VBA supports it, see attached document for macro snippet that fails to compile
under openoffice.

basically in exprtree.cxx [SbiExprNode* SbiExpression::Term( void )] there is a 
test
        BOOL bObj = BOOL( ( eTok == DOT || eTok == EXCLAM )
                                        && !pParser->WhiteSpace() );

to determine if the the DOT is to do with an object call, the presence of white
space before it ensures failure.

the following patch tweaks for the scenario show in the example document ( to be
attached )

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