https://bugs.documentfoundation.org/show_bug.cgi?id=105473
--- Comment #4 from Julien Nabet <[email protected]> ---
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 !"
--
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