summaryrefslogtreecommitdiff
path: root/sw/inc/swundo.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-10-04 15:35:41 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-10-05 16:52:02 +0200
commit9767483eea7800aadd18b4489069ad633ce7a79c (patch)
tree9a3fd3194b45db4edf6a35f0fb9e21acd59afc91 /sw/inc/swundo.hxx
parent47312cae2a1c5168124e44db409dd6205a05cf90 (diff)
Page Break: basic implementation of the popup menu actions
Open the paragraph properties dialog on Text Flow tab when clicking on the Edit item. Remove the page break (and add it to the undo stack) when clicking on the Delete item.
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 4a91cff7835e..9e0715404d3a 100644
--- a/sw/inc/swundo.hxx
+++ b/sw/inc/swundo.hxx
@@ -177,7 +177,8 @@ enum SwUndoId
UNDO_UI_INSERT_URLBTN,
UNDO_UI_INSERT_URLTXT,
UNDO_UI_DELETE_INVISIBLECNTNT,
- UNDO_UI_REPLACE_STYLE
+ UNDO_UI_REPLACE_STYLE,
+ UNDO_UI_DELETE_PAGE_BREAK
};