diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-28 12:09:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-28 14:58:24 +0100 |
commit | 07ba22e2953a91b61e770de2b4e3aefa9ea33dc6 (patch) | |
tree | f7cf150ce9aeefd782a5920fb595e00e2d27232f /basctl | |
parent | 740748d4470ce3f1db3fcbef729a5dc98c0b9569 (diff) |
remove some unused defines
Change-Id: I5304e85cd3fd2edc48147f1297caa57417a3d038
Reviewed-on: https://gerrit.libreoffice.org/68496
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/inc/strings.hrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/basctl/inc/strings.hrc b/basctl/inc/strings.hrc index a39ba9d76c04..6e93d8649f83 100644 --- a/basctl/inc/strings.hrc +++ b/basctl/inc/strings.hrc @@ -102,8 +102,6 @@ #define RID_STR_PRINTDLG_PRINTPAGES NC_("RID_STR_PRINTDLG_PRINTPAGES", "Print pages") #define RID_STR_PRINTDLG_PRINTEVENPAGES NC_("RID_STR_PRINTDLG_PRINTEVENPAGES", "Print even pages") #define RID_STR_PRINTDLG_PRINTODDPAGES NC_("RID_STR_PRINTDLG_PRINTODDPAGES", "Print odd pages") -#define RID_STR_BTNDEL NC_("RID_STR_BTNDEL", "~Delete") -#define RID_STR_BTNNEW NC_("RID_STR_BTNNEW", "~New") #define RID_STR_CHOOSE NC_("RID_STR_CHOOSE", "Choose") #define RID_STR_RUN NC_("RID_STR_RUN", "Run") #define RID_STR_RECORD NC_("RID_STR_RECORD", "~Save") |