From 635b8cc91938faeafb0d76ed36664a1aee83fdfa Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Wed, 16 Dec 2015 14:09:48 +0200 Subject: Clean unused defines after src->xml conversion ... in 1c035f1b0eb6f5e5fbb6c54bf2eea9a6c983eb8f Change-Id: I71271824b68ed21ac5db95b01fee61337fde189b Reviewed-on: https://gerrit.libreoffice.org/20736 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky Tested-by: Maxim Monastirsky --- include/svx/svxcommands.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/svx/svxcommands.h') diff --git a/include/svx/svxcommands.h b/include/svx/svxcommands.h index 1b027540b8ce..d5d6eaeaa9bf 100644 --- a/include/svx/svxcommands.h +++ b/include/svx/svxcommands.h @@ -82,8 +82,6 @@ #define CMD_SID_GRID_USE ".uno:GridUse" #define CMD_SID_GRID_VISIBLE ".uno:GridVisible" #define CMD_SID_INSERT_GRAPHIC ".uno:InsertGraphic" -#define CMD_SID_INSERT_POSTIT ".uno:InsertAnnotation" -#define CMD_SID_EDIT_POSTIT ".uno:InsertAnnotation" #define CMD_SID_REPLYTO_POSTIT ".uno:ReplyToAnnotation" #define CMD_SID_RULER ".uno:ShowRuler" #define CMD_SID_DELETE_POSTIT ".uno:DeleteAnnotation" @@ -97,8 +95,6 @@ #define CMD_SID_FM_LISTBOX ".uno:ListBox" #define CMD_SID_FM_NUMERICFIELD ".uno:NumericField" #define CMD_SID_OBJECT_ALIGN ".uno:ObjectAlign" -#define CMD_SID_FRAME_DOWN ".uno:ObjectBackOne" -#define CMD_SID_FRAME_UP ".uno:ObjectForwardOne" #define CMD_SID_FM_OPEN_READONLY ".uno:OpenReadOnly" #define CMD_SID_ATTR_CHAR_CONTOUR ".uno:OutlineFont" #define CMD_SID_PARA_DLG ".uno:ParagraphDialog" -- cgit