diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/doctempl.hrc | 6 | ||||
-rw-r--r-- | sfx2/source/doc/doctemplates.cxx | 6 |
2 files changed, 0 insertions, 12 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") }; diff --git a/sfx2/source/doc/doctemplates.cxx b/sfx2/source/doc/doctemplates.cxx index 45d7d1015a97..e256b50ded6c 100644 --- a/sfx2/source/doc/doctemplates.cxx +++ b/sfx2/source/doc/doctemplates.cxx @@ -487,13 +487,7 @@ const char* TEMPLATE_SHORT_NAMES_ARY[] = "officorr", "offimisc", "personal", - "forms", - "finance", - "educate", - "layout", "presnt", - "misc", - "labels", "draw" }; |