sfx2/inc/strings.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8994ae0dd27ddafed63d3edef82237158ff24d77 Author: Heiko Tietze <[email protected]> AuthorDate: Fri Feb 26 11:12:36 2021 +0100 Commit: Heiko Tietze <[email protected]> CommitDate: Fri Feb 26 11:31:09 2021 +0100 Missing string for Candy template Change-Id: Ia74b74a198caa7a06ba8006bdbe9ec3907ace036 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111598 Tested-by: Heiko Tietze <[email protected]> Reviewed-by: Heiko Tietze <[email protected]> diff --git a/sfx2/inc/strings.hxx b/sfx2/inc/strings.hxx index 925d96d9e4b7..6cccf700e519 100644 --- a/sfx2/inc/strings.hxx +++ b/sfx2/inc/strings.hxx @@ -18,7 +18,7 @@ #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 "" +#define STR_TEMPLATE_NAME5_DEF "Candy" #define STR_TEMPLATE_NAME6_DEF "" #define STR_TEMPLATE_NAME7_DEF "DNA" #define STR_TEMPLATE_NAME8_DEF "Focus" _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
