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

--- Comment #6 from Xisco FaulĂ­ <[email protected]> ---
(In reply to Julien Nabet from comment #4)
> With this patch:
> diff --git a/basic/source/comp/scanner.cxx b/basic/source/comp/scanner.cxx
> index 092a239eabe9..398b78a6cdbd 100644
> --- a/basic/source/comp/scanner.cxx
> +++ b/basic/source/comp/scanner.cxx
> @@ -569,7 +569,7 @@ eoln:
>      {
>          pLine = nullptr;
>          bool bRes = NextSym();
> -        if( bVBASupportOn && aSym[0] == '.' )
> +        if( bVBASupportOn && aSym.startsWith(".") )
>          {
>              // object _
>              //    .Method
> 
> No crash but I got a popup error in German:
> "Es ist ein Fehler bei der Erstellung der neuen 
> Symbolleiste aufgetreten !"

Hello Julien,
I get that german popup without doing any modification in the code using

Version: 5.4.0.0.alpha0+
Build ID: d3ff66999d924e832f8219c65ced0526f1a67f82
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk2; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

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