diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2021-01-27 17:29:19 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-02-01 11:12:07 +0100 |
commit | ce4429f07e02d80ec131fdfc442d7668e7cfffca (patch) | |
tree | 5bf1c62783382fa29f5916d708a31e52d7530edd /sfx2 | |
parent | 849c1e9c74c388df549098a8a4f60131c9b8c6a0 (diff) |
Related tdf#138097 - Update templates
Removal of Impress, Sunset, Lush Green,
Alizarin, Bright Blue, Classy Red
to add some new templates
Change-Id: I4095e549a2e095cbb76174e8ec42ed99709598cd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110026
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/strings.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/inc/strings.hxx b/sfx2/inc/strings.hxx index 6c826d2c3067..1ba461cdfc81 100644 --- a/sfx2/inc/strings.hxx +++ b/sfx2/inc/strings.hxx @@ -14,19 +14,19 @@ // Do not translate STR_TEMPLATE_NAME*_DEF names!! // STR_TEMPLATE_NAME*_DEF strings must EXACTLY fit dc:title tag in meta.xml of each template file -#define STR_TEMPLATE_NAME1_DEF "Alizarin" +#define STR_TEMPLATE_NAME1_DEF "" #define STR_TEMPLATE_NAME2_DEF "Beehive" #define STR_TEMPLATE_NAME3_DEF "Blue Curve" #define STR_TEMPLATE_NAME4_DEF "Blueprint Plans" -#define STR_TEMPLATE_NAME5_DEF "Bright Blue" -#define STR_TEMPLATE_NAME6_DEF "Classy Red" +#define STR_TEMPLATE_NAME5_DEF "" +#define STR_TEMPLATE_NAME6_DEF "" #define STR_TEMPLATE_NAME7_DEF "DNA" #define STR_TEMPLATE_NAME8_DEF "Focus" #define STR_TEMPLATE_NAME9_DEF "Forestbird" -#define STR_TEMPLATE_NAME10_DEF "Impress" +#define STR_TEMPLATE_NAME10_DEF "" #define STR_TEMPLATE_NAME11_DEF "Inspiration" #define STR_TEMPLATE_NAME12_DEF "Lights" -#define STR_TEMPLATE_NAME13_DEF "Lush Green" +#define STR_TEMPLATE_NAME13_DEF "" #define STR_TEMPLATE_NAME14_DEF "Metropolis" #define STR_TEMPLATE_NAME15_DEF "Midnightblue" #define STR_TEMPLATE_NAME16_DEF "Nature Illustration" @@ -34,7 +34,7 @@ #define STR_TEMPLATE_NAME18_DEF "Piano" #define STR_TEMPLATE_NAME19_DEF "Portfolio" #define STR_TEMPLATE_NAME20_DEF "Progress" -#define STR_TEMPLATE_NAME21_DEF "Sunset" +#define STR_TEMPLATE_NAME21_DEF "" #define STR_TEMPLATE_NAME22_DEF "Vintage" #define STR_TEMPLATE_NAME23_DEF "Vivid" #define STR_TEMPLATE_NAME24_DEF "CV" |