summaryrefslogtreecommitdiff
path: root/sw/inc/swundo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swundo.hxx')
-rw-r--r--sw/inc/swundo.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/sw/inc/swundo.hxx b/sw/inc/swundo.hxx
index 3506a7e176b9..f2785d32cb26 100644
--- a/sw/inc/swundo.hxx
+++ b/sw/inc/swundo.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -82,10 +83,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
@@ -133,13 +132,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
@@ -159,7 +158,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
// <--
@@ -184,3 +183,5 @@ enum SwUndoId
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */