From 5cf31e332ed835fd1755bda133cee7bbc328dc09 Mon Sep 17 00:00:00 2001 From: Rafael Lima Date: Wed, 28 Sep 2022 21:29:55 +0200 Subject: tdf#132576 Remove unused template categories This patch removes the names of template categories that are not used. None of these template category names are reachable via the Templates Manager nor via the Save as Template function. Change-Id: Ic2caf485106134de8554b93b5d6e14bdf7f382e6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140610 Reviewed-by: Laurent Balland Tested-by: Jenkins --- scp2/source/ooo/directory_ooo.scp | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) (limited to 'scp2') diff --git a/scp2/source/ooo/directory_ooo.scp b/scp2/source/ooo/directory_ooo.scp index 71bc2f2f76eb..53dbbe5eec52 100644 --- a/scp2/source/ooo/directory_ooo.scp +++ b/scp2/source/ooo/directory_ooo.scp @@ -564,39 +564,14 @@ Directory gid_Dir_Template_Common DosName = "common"; End -Directory gid_Dir_Template_Common_Educate - ParentID = gid_Dir_Template_Common; - DosName = "educate"; -End - -Directory gid_Dir_Template_Common_Finance - ParentID = gid_Dir_Template_Common; - DosName = "finance"; -End - -Directory gid_Dir_Template_Common_Forms - ParentID = gid_Dir_Template_Common; - DosName = "forms"; -End - Directory gid_Dir_Template_Common_Internal ParentID = gid_Dir_Template_Common; DosName = "internal"; End -Directory gid_Dir_Template_Common_Labels - ParentID = gid_Dir_Template_Common; - DosName = "labels"; -End - -Directory gid_Dir_Template_Common_Layout - ParentID = gid_Dir_Template_Common; - DosName = "layout"; -End - -Directory gid_Dir_Template_Common_Misc +Directory gid_Dir_Template_Common_Draw ParentID = gid_Dir_Template_Common; - DosName = "misc"; + DosName = "draw"; End Directory gid_Dir_Template_Common_Officorr -- cgit