diff options
-rw-r--r-- | sfx2/inc/doctempl.hrc | 3 | ||||
-rw-r--r-- | sfx2/source/doc/doctemplates.cxx | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/inc/doctempl.hrc b/sfx2/inc/doctempl.hrc index d6b98a0e2a6b..10a10d0de0c6 100644 --- a/sfx2/inc/doctempl.hrc +++ b/sfx2/inc/doctempl.hrc @@ -37,7 +37,8 @@ const TranslateId TEMPLATE_LONG_NAMES_ARY[] = 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", "Labels"), + NC_("TEMPLATE_LONG_NAMES_ARY", "Drawings") }; #endif diff --git a/sfx2/source/doc/doctemplates.cxx b/sfx2/source/doc/doctemplates.cxx index 858e37a32812..45d7d1015a97 100644 --- a/sfx2/source/doc/doctemplates.cxx +++ b/sfx2/source/doc/doctemplates.cxx @@ -493,7 +493,8 @@ const char* TEMPLATE_SHORT_NAMES_ARY[] = "layout", "presnt", "misc", - "labels" + "labels", + "draw" }; void SfxDocTplService_Impl::readFolderList() |