diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-09-28 21:29:55 +0200 |
---|---|---|
committer | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-10-01 18:27:56 +0200 |
commit | 5cf31e332ed835fd1755bda133cee7bbc328dc09 (patch) | |
tree | 9a136fd341680c8746a0732006da29c30e622705 /sfx2/inc | |
parent | 81ccda84be0f8ce833c008c46da05b4cc881e977 (diff) |
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 <laurent.balland@mailo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/doctempl.hrc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/inc/doctempl.hrc b/sfx2/inc/doctempl.hrc index 10a10d0de0c6..1e940cc6e1e2 100644 --- a/sfx2/inc/doctempl.hrc +++ b/sfx2/inc/doctempl.hrc @@ -31,13 +31,7 @@ const TranslateId TEMPLATE_LONG_NAMES_ARY[] = NC_("TEMPLATE_LONG_NAMES_ARY", "Business Correspondence"), NC_("TEMPLATE_LONG_NAMES_ARY", "Other Business Documents"), NC_("TEMPLATE_LONG_NAMES_ARY", "Personal Correspondence and Documents"), - NC_("TEMPLATE_LONG_NAMES_ARY", "Forms and Contracts"), - NC_("TEMPLATE_LONG_NAMES_ARY", "Finances"), - NC_("TEMPLATE_LONG_NAMES_ARY", "Education"), - NC_("TEMPLATE_LONG_NAMES_ARY", "Presentation Backgrounds"), NC_("TEMPLATE_LONG_NAMES_ARY", "Presentations"), - NC_("TEMPLATE_LONG_NAMES_ARY", "Miscellaneous"), - NC_("TEMPLATE_LONG_NAMES_ARY", "Labels"), NC_("TEMPLATE_LONG_NAMES_ARY", "Drawings") }; |