https://bugs.documentfoundation.org/show_bug.cgi?id=163862
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ilmari.lauhakangas@libreoff | |ice.org OS|Linux (All) |All --- Comment #3 from Buovjaga <[email protected]> --- We see that if we type "Slide 3 blabla", the input field turns red and the OK button is disabled. It seems that for some reason the slide name should not under any circumstances start with the word Slide, followed by a whitespace and any number of digits. However, the function checking for this does not account for numbers that are followed by punctuation characters. DrawDocShell::IsNewPageNameValid in sd/source/ui/docshell/docshel2.cxx is the function doing the checking for valid input. The function was added in 2002 in commit 94d26c0680447cf22bdeffca9ba8134b2927954f Probably this can be turned into an easy hack, if it is confirmed that punctuation chars should result in invalid page name check. -- You are receiving this mail because: You are the assignee for the bug.
