diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/swundo.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/swundo.hxx b/sw/inc/swundo.hxx index 9e0715404d3a..ade8718199b5 100644 --- a/sw/inc/swundo.hxx +++ b/sw/inc/swundo.hxx @@ -178,7 +178,8 @@ enum SwUndoId UNDO_UI_INSERT_URLTXT, UNDO_UI_DELETE_INVISIBLECNTNT, UNDO_UI_REPLACE_STYLE, - UNDO_UI_DELETE_PAGE_BREAK + UNDO_UI_DELETE_PAGE_BREAK, + UNDO_UI_TEXT_CORRECTION }; |