From d67e79934fa19cd667c2455e5e95dd48df511179 Mon Sep 17 00:00:00 2001 From: Robert Roth Date: Mon, 15 Nov 2010 11:59:57 +0000 Subject: Comment translations, bogus comments, commented code removed from SW includes --- sw/inc/swundo.hxx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'sw/inc/swundo.hxx') diff --git a/sw/inc/swundo.hxx b/sw/inc/swundo.hxx index f8d00a182f81..ae89b213e222 100644 --- a/sw/inc/swundo.hxx +++ b/sw/inc/swundo.hxx @@ -77,10 +77,8 @@ enum SwUndoId UNDO_MERGE_TABLE, // 38 UNDO_TRANSLITERATE, // 39 - // -> #111827# - UNDO_PASTE_CLIPBOARD, // 40 + UNDO_PASTE_CLIPBOARD, // 40 UNDO_TYPING, // 41 - // <- #111827# UNDO_REPEAT_DUMMY_6, // 42 UNDO_REPEAT_DUMMY_7, // 43 UNDO_REPEAT_DUMMY_8, // 44 @@ -128,13 +126,13 @@ enum SwUndoId UNDO_SETFLYFRMFMT, // 84 UNDO_SETRUBYATTR, // 85 - UNDO_TMPAUTOCORR, // 86 #102505# + UNDO_TMPAUTOCORR, // 86 UNDO_TOXCHANGE, // 87 UNDO_CREATE_PAGEDESC, // 88 UNDO_CHANGE_PAGEDESC, // 89 UNDO_DELETE_PAGEDESC, // 90 UNDO_HEADER_FOOTER, // 91 #i7983# - UNDO_FIELD, // 92 #111840# + UNDO_FIELD, // 92 UNDO_TXTFMTCOL_CREATE, // 93 UNDO_TXTFMTCOL_DELETE, // 94 UNDO_TXTFMTCOL_RENAME, // 95 @@ -154,7 +152,7 @@ enum SwUndoId UNDO_ROW_DELETE, // 109 UNDO_RENAME_PAGEDESC, // 110 UNDO_NUMDOWN, // 111 - // --> OD 2009-07-16 #i73249# + // --> #i73249# UNDO_FLYFRMFMT_TITLE, // 112 UNDO_FLYFRMFMT_DESCRIPTION, // 113 // <-- -- cgit