Templates: add simple writer template
Change-Id: Idfd6e13ed5d5bfb76a8aed492abcdbb7d15e94aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93336 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
This commit is contained in:
parent
72d29798fa
commit
1411998edb
4 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,7 @@ extras_STYLES_XMLFILES := \
|
|||
Simple/META-INF/manifest.xml \
|
||||
Simple/meta.xml \
|
||||
Simple/styles.xml \
|
||||
Simple /Thumbnails/thumbnail.png \
|
||||
Simple/Thumbnails/thumbnail.png \
|
||||
|
||||
|
||||
extras_STYLES_MIMETYPEFILES := $(foreach atexts,$(extras_TEMPLATES_STYLES),$(atexts)/mimetype)
|
||||
|
|
|
@ -12,6 +12,7 @@ $(eval $(call gb_Package_Package,extras_tpl_styles,$(call gb_CustomTarget_get_wo
|
|||
$(eval $(call gb_Package_add_files,extras_tpl_styles,$(LIBO_SHARE_FOLDER)/template/common/styles,\
|
||||
Default.ott \
|
||||
Modern.ott \
|
||||
Simple.ott \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
|
@ -335,6 +335,7 @@
|
|||
#define STR_TEMPLATE_NAME28 NC_("STR_TEMPLATE_NAME28", "Modern business letter sans-serif")
|
||||
#define STR_TEMPLATE_NAME29 NC_("STR_TEMPLATE_NAME29", "Modern business letter serif")
|
||||
#define STR_TEMPLATE_NAME30 NC_("STR_TEMPLATE_NAME30", "Businesscard with logo")
|
||||
#define STR_TEMPLATE_NAME31 NC_("STR_TEMPLATE_NAME31", "Simple")
|
||||
|
||||
#define STR_CLEAR_CHAR NC_("STR_CLEAR_CHAR", "Remove")
|
||||
#define STR_CLEAR_ALL_CHAR NC_("STR_CLEAR_ALL_CHAR", "Clear All")
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
#define STR_TEMPLATE_NAME28_DEF "Modern business letter sans-serif"
|
||||
#define STR_TEMPLATE_NAME29_DEF "Modern business letter serif"
|
||||
#define STR_TEMPLATE_NAME30_DEF "Businesscard with logo"
|
||||
#define STR_TEMPLATE_NAME31_DEF "Simple"
|
||||
|
||||
#define CMIS_TYPE_STRING "String"
|
||||
#define CMIS_TYPE_INTEGER "Integer"
|
||||
|
|
Loading…
Reference in a new issue