vcl/inc/strings.hrc | 4 ---- 1 file changed, 4 deletions(-) New commits: commit 916421d72528f99d48af29eeaf92a5a6bb33bfd9 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Mar 11 12:12:38 2022 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Fri Mar 11 15:34:53 2022 +0100
remove a pair of newly unneeded translations Change-Id: Ic4952938db458909dc20663af7dc5f9e5d0a443f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131374 Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/inc/strings.hrc b/vcl/inc/strings.hrc index 0439162f07c3..83beea008e9e 100644 --- a/vcl/inc/strings.hrc +++ b/vcl/inc/strings.hrc @@ -67,10 +67,6 @@ #define SV_STDTEXT_PREFERENCES NC_("SV_STDTEXT_PREFERENCES", "Preferences...") #define SV_STDTEXT_ALLFILETYPES NC_("SV_STDTEXT_ALLFILETYPES", "Any type") -// dear loplugins, please don't remove this constant, it will be used in follow-up commits -#define STR_FPICKER_ALREADYEXISTOVERWRITE_SECONDARY NC_("STR_FPICKER_ALREADYEXISTOVERWRITE_SECONDARY", "The file already exists in \"$dirname$\". Replacing it will overwrite its contents.") -#define STR_FPICKER_ALLFORMATS NC_("STR_FPICKER_ALLFORMATS", "All Formats") - #define SV_ACCESSERROR_NO_FONTS NC_("SV_ACCESSERROR_NO_FONTS", "No fonts could be found on the system.") #define SV_PRINT_NOPAGES NC_("SV_PRINT_NOPAGES", "No pages")