summaryrefslogtreecommitdiff
path: root/sw/inc/swundo.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-03 15:09:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-03 15:46:18 +0100
commitea3277265af9aab9a297151d5e1f3adfb1c823ef (patch)
tree4ea76837ed1ed578b5610616d52b2c99520182f4 /sw/inc/swundo.hxx
parent5a67883ed4fd63bf0fed2d210fb0777a2008b170 (diff)
Resolves: fdo#76206 show 'Delete table' instead of 'Delete row'
on deleting a full table Change-Id: I03af8bcbae41e78229163a945a74387f53787ca5
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 5d92ea80dbef..5c5f197fe53b 100644
--- a/sw/inc/swundo.hxx
+++ b/sw/inc/swundo.hxx
@@ -167,7 +167,8 @@ enum SwUndoId
UNDO_UI_DELETE_INVISIBLECNTNT,
UNDO_UI_REPLACE_STYLE,
UNDO_UI_DELETE_PAGE_BREAK,
- UNDO_UI_TEXT_CORRECTION
+ UNDO_UI_TEXT_CORRECTION,
+ UNDO_UI_TABLE_DELETE
};
#endif