https://bugs.documentfoundation.org/show_bug.cgi?id=96896
--- Comment #9 from [email protected] --- (In reply to castanheira from comment #3) > Thanks, workaround works at least in 5.0.4.2. > However, when in read-only mode, the expression "(read-only)" is > automatically appended to the title only until you select print preview. > After the first preview, the expression "(read-only)" is replaced by a " : > 3" (as is also the case with edit mode). Hi, I am trying to solve this bug. As pointed by Michael this bug is originating in /framework/source/fwe/helper/titlehelper.cxx I believe the "read-only" is getting replaced by ":3" due to these line in the same function block: sTitle.append(" : "); sTitle.append ((::sal_Int32)nLeasedNumber); My understanding of this task is then: 1. Prevent the crash 2. Title should remain as "read-only" if "read-only". The title should not have a colon followed by the number. Is this correct? Regards. -- 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
