diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-24 13:39:49 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-27 06:12:01 +0000 |
commit | efac5fa06e2d00bd67c582d8a6b1f1fc69c9b9f5 (patch) | |
tree | 4fdf4539e1b876d4d3d671379be040661c6e847a /svx | |
parent | afbf466103fd8bb2f3c120a36c181852ad4c967f (diff) |
remove some unused defines
Change-Id: Ib2d50e8c29ccbc5ffcb52cdff4ae3eaae9a62188
Reviewed-on: https://gerrit.libreoffice.org/17332
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/globlmn_tmpl.hrc | 26 |
1 files changed, 0 insertions, 26 deletions
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" ; \ |