https://bugs.documentfoundation.org/show_bug.cgi?id=103104

--- Comment #5 from Pierre Lepage <[email protected]> ---
The treatment of "." seems to me inappropriate. The error is thrown at line 460
of the method "parse" in parser.cxx.

     if (! IsEos ())
     {
         Peek ();
         if (! IsEos () && eCurTok! = ELSE)
         {
             // If the parsing has-been aborted, jump over to the ""
             Error (ERRCODE_BASIC_UNEXPECTED, eCurTok);
         }
     }

eCurTok is "DOT" at the time of the error.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to