https://issues.apache.org/ooo/show_bug.cgi?id=119902
--- Comment #12 from Ma Bingbing <[email protected]> --- > 4. The original names contain the string SD_LT_SEPARATOR ("~LT~") that is > used in various places. The new names don't. Does the code that uses this > string still work? > grep SD_LT_SEPARATOR sd/source/* found 69 places. Actually, we use void SdDrawDocument::RenameLayoutTemplate(const String& rOldLayoutName, const String& rNewName) in \main\sd\source\core\drawdoc4.cxx(line:) to set new layout name for master page. And in this function, we append string SD_LT_SEPARATOR as part of the new name(Line 1237-1239). So, the new names also contain the string SD_LT_SEPARATOR. -- You are receiving this mail because: You are the assignee for the bug.
