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

--- Comment #2 from Alex Kempshall <[email protected]> ---
Problem is most likely to be a side effect of this commit. 

Navigating to the Tools library 

Tools -> Macros -> Organise Macros -> LibreOffice Basic -> LibreOffice Macros
-> Tools -> Strings

I get an error message about a missing bracket.

If I then inspect the code in LO 5.1.5 via the Tools macro
GetFileNameWithoutExtension  that immediately precedes the failing
DirectoryNameoutofPath I see a missing bracket in the last line of that macro
GetFileNameWithoutExtension

The line 

GetFileNameWithoutExtension = RTrimStr(FileName, "." & SepList(MaxIndex)

should be

GetFileNameWithoutExtension = RTrimStr(FileName, "." & SepList(MaxIndex))

This missing bracket has probably been missing for some considerable period of
time without any nasty side effects. However, with the introduction of this
change has now become an issue.

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