diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-03-11 12:12:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-03-11 15:34:53 +0100 |
commit | 916421d72528f99d48af29eeaf92a5a6bb33bfd9 (patch) | |
tree | 1264225412a065b626ca62ede04decb43b86a6a6 /vcl | |
parent | 5343835d72f235743c44f12da3c60c25dec5c6fd (diff) |
remove a pair of newly unneeded translations
Change-Id: Ic4952938db458909dc20663af7dc5f9e5d0a443f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131374
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/strings.hrc | 4 |
1 files changed, 0 insertions, 4 deletions
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") |