From c45d477b0a0038d9c25176cf7cff299e5ddf3a7a Mon Sep 17 00:00:00 2001 From: Scott Clarke Date: Fri, 6 Sep 2019 14:26:52 +0100 Subject: Make resolved comments appear resolved when printed Added an indication to resolved comments when printing them or exporting them as a PDF. Change-Id: I9a84b76d6f12cca3c4541d19a0890cbd1cf430a7 Reviewed-on: https://gerrit.libreoffice.org/78712 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- sw/inc/strings.hrc | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/inc') diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 6cb4b8256fab..867c03b9bb0d 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -664,6 +664,7 @@ #define STR_POSTIT_SHOW NC_("STR_POSTIT_SHOW", "Show All") #define STR_POSTIT_HIDE NC_("STR_POSTIT_HIDE", "Hide All") #define STR_POSTIT_DELETE NC_("STR_POSTIT_DELETE", "Delete All") +#define STR_RESOLVED NC_("STR_RESOLVED", "RESOLVED") #define STR_MARGIN_TOOLTIP_LEFT NC_("STR_MARGIN_TOOLTIP_LEFT", "Left: ") #define STR_MARGIN_TOOLTIP_RIGHT NC_("STR_MARGIN_TOOLTIP_RIGHT", ". Right: ") -- cgit