From efac5fa06e2d00bd67c582d8a6b1f1fc69c9b9f5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 24 Jul 2015 13:39:49 +0200 Subject: remove some unused defines Change-Id: Ib2d50e8c29ccbc5ffcb52cdff4ae3eaae9a62188 Reviewed-on: https://gerrit.libreoffice.org/17332 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- svx/inc/globlmn_tmpl.hrc | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'svx') diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc index 8d8248914e21..17d201aebbdf 100644 --- a/svx/inc/globlmn_tmpl.hrc +++ b/svx/inc/globlmn_tmpl.hrc @@ -243,11 +243,6 @@ Command = ".uno:Paste" ; \ Text [ en-US ] = "~Paste" ; \ -#define ITEM_EDIT_IMAP \ - Identifier = SID_IMAP ; \ - Command = ".uno:ImageMapDialog" ; \ - Text [ en-US ] = "ImageMap" ; \ - #define ITEM_EXTERNAL_EDIT \ Identifier = SID_EXTERNAL_EDIT ; \ Command = ".uno:ExternalEdit" ; \ @@ -408,32 +403,11 @@ Toolbar-IDs ------------------------------------------------------------------------*/ -#define ITEM_TOOLBAR_TEMPLATE_APPLY \ - Identifier = SID_STYLE_APPLY ; \ - Command = ".uno:StyleApply" ; \ - #define ITEM_TOOLBAR_ATTR_CHAR_COLOR \ Identifier = SID_ATTR_CHAR_COLOR ; \ Command = ".uno:Color" ; \ DropDown = TRUE ; -#define ITEM_TOOLBAR_BACKGROUND_COLOR \ - Identifier = SID_BACKGROUND_COLOR ; \ - Command = ".uno:BackgroundColor" ; \ - DropDown = TRUE ; - -#define ITEM_TOOLBAR_ATTR_BORDER \ - Identifier = SID_ATTR_BORDER ; \ - Command = ".uno:BorderStyle" ; \ - -#define ITEM_TOOLBAR_FRAME_LINESTYLE \ - Identifier = SID_FRAME_LINESTYLE ; \ - Command = ".uno:LineStyle" ; \ - -#define ITEM_TOOLBAR_FRAME_LINECOLOR \ - Identifier = SID_FRAME_LINECOLOR ; \ - Command = ".uno:FrameLineColor" ; \ - #define ITEM_TOOLBAR_ATTR_LINEEND_STYLE \ Identifier = SID_ATTR_LINEEND_STYLE ; \ Command = ".uno:LineEndStyle" ; \ -- cgit