https://bugs.documentfoundation.org/show_bug.cgi?id=151154
Laurent BP <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Laurent BP <[email protected]> --- I tried to deep in this bug but I was not able to find a solution. Categories name are defined in TEMPLATE_LONG_NAMES_ARY[]: https://opengrok.libreoffice.org/xref/core/sfx2/inc/doctempl.hrc?r=144057a5#27 I added a line + NC_("TEMPLATE_LONG_NAMES_ARY", "Draw"), as well as in TEMPLATE_SHORT_NAMES_ARY[]: https://opengrok.libreoffice.org/xref/core/sfx2/source/doc/doctemplates.cxx?r=91ba9654#483 I added a line at the same position + "draw", In addition, templates directories are declared in directory_ooo.scp https://opengrok.libreoffice.org/xref/core/scp2/source/ooo/directory_ooo.scp?r=14c7bc1c#602 I added this declaration: +Directory gid_Dir_Template_Common_Draw + ParentID = gid_Dir_Template_Common; + DosName = "draw"; +End + But all that has no effect :-( I'm still missing something -- You are receiving this mail because: You are the assignee for the bug.
