From 95548d827dff41156ae46f391d73f358dad1b32f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 27 Jul 2015 10:45:50 +0200 Subject: remove some unused EDITUNDO_ constants Change-Id: Ia2c2f5f42a9d8e2d6041aac415d253f096d47f43 --- include/editeng/editdata.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/editeng') diff --git a/include/editeng/editdata.hxx b/include/editeng/editdata.hxx index 8d208d304872..c616759e6940 100644 --- a/include/editeng/editdata.hxx +++ b/include/editeng/editdata.hxx @@ -58,7 +58,6 @@ EDITENG_DLLPUBLIC extern const size_t EE_APPEND; #define EDITUNDO_REMOVECHARS 100 #define EDITUNDO_CONNECTPARAS 101 -#define EDITUNDO_REMOVEFEATURE 102 #define EDITUNDO_MOVEPARAGRAPHS 103 #define EDITUNDO_INSERTFEATURE 104 #define EDITUNDO_SPLITPARA 105 @@ -68,7 +67,6 @@ EDITENG_DLLPUBLIC extern const size_t EE_APPEND; #define EDITUNDO_CUT 109 #define EDITUNDO_PASTE 110 #define EDITUNDO_INSERT 111 -#define EDITUNDO_SRCHANDREPL 112 #define EDITUNDO_MOVEPARAS 113 #define EDITUNDO_PARAATTRIBS 114 #define EDITUNDO_ATTRIBS 115 @@ -76,7 +74,6 @@ EDITENG_DLLPUBLIC extern const size_t EE_APPEND; #define EDITUNDO_READ 117 #define EDITUNDO_STYLESHEET 118 #define EDITUNDO_REPLACEALL 119 -#define EDITUNDO_STRETCH 120 #define EDITUNDO_RESETATTRIBS 121 #define EDITUNDO_INDENTBLOCK 122 #define EDITUNDO_UNINDENTBLOCK 123 -- cgit