summaryrefslogtreecommitdiff
path: root/sw/inc/swundo.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-09-12 15:45:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-12 16:33:54 +0100
commit85b0beae596e3177e0435d313a0ee4e90a6fde77 (patch)
treeaaa31e050c9291a11e561f30bbb6a6bb3a6a532d /sw/inc/swundo.hxx
parent5a27cae5883be57ee58e44c4dd288752912600c7 (diff)
Resolves: fdo#40025 add text correction undo id
instead of a single overwrite foo so now the undo message is "Text Correction" for a spell or grammar change Change-Id: I0227780ba9024ff903632923dd94238719b65764
Diffstat (limited to 'sw/inc/swundo.hxx')
-rw-r--r--sw/inc/swundo.hxx3
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
};