From 916421d72528f99d48af29eeaf92a5a6bb33bfd9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 11 Mar 2022 12:12:38 +0000 Subject: remove a pair of newly unneeded translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic4952938db458909dc20663af7dc5f9e5d0a443f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131374 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- vcl/inc/strings.hrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vcl') 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") -- cgit