From 7b4a7b6c4afad4eb07b456ca889e9166a03054f5 Mon Sep 17 00:00:00 2001 From: Noel Grandin <noel.grandin@collabora.co.uk> Date: Sun, 23 Jul 2023 13:02:16 +0200 Subject: remove some unused #defines Change-Id: I2c8168cd804ae8d1e4effa61be1d9dc902ecf9b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154805 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> --- sd/inc/strings.hrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'sd') diff --git a/sd/inc/strings.hrc b/sd/inc/strings.hrc index afcf1d4e3be3..a3501bfc50a1 100644 --- a/sd/inc/strings.hrc +++ b/sd/inc/strings.hrc @@ -29,9 +29,6 @@ #define STR_UNDO_SLIDE_PARAMS NC_("STR_UNDO_SLIDE_PARAMS", "Slide parameter") #define STR_UNDO_CUT NC_("STR_UNDO_CUT", "Cut") #define STR_UNDO_REPLACE NC_("STR_UNDO_REPLACE", "Replace") -#define STR_NEXT_SLIDE NC_("STR_NEXT_SLIDE", "Next slide") -#define STR_PREV_SLIDE NC_("STR_PREV_SLIDE", "Previous slide") -#define STR_MENU_SLIDE NC_("STR_MENU_SLIDE", "Menu slide") #define STR_UNDO_DRAGDROP NC_("STR_UNDO_DRAGDROP", "Drag and Drop") #define STR_INSERTGRAPHIC NC_("STR_INSERTGRAPHIC", "Insert Image") #define STR_UNDO_BEZCLOSE NC_("STR_UNDO_BEZCLOSE", "Close Polygon") -- cgit