diff options
author | offtkp <parisoplop@gmail.com> | 2022-12-21 14:29:59 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-01-06 07:42:32 +0000 |
commit | c010b5d2b2cdb22f48ef9d2b9d1fdc6125e1fec2 (patch) | |
tree | f71cb600aa83e1e82a65b5e9ef3514cd0a0d9bf3 /sw/inc/swundo.hxx | |
parent | d7514d34b67626ba0b7d1dc0e9acbdfc635fe0ac (diff) |
tdf#86630 sw: Add one-step page number insertion wizard
Add a one-step wizard for easy insertion of the page number to the
header/footer.
Change-Id: Idb33c92d594e04d9256460fe414e4b10e5166af5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144683
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/inc/swundo.hxx')
-rw-r--r-- | sw/inc/swundo.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/swundo.hxx b/sw/inc/swundo.hxx index cda4ec02c49f..7e9e0108b71f 100644 --- a/sw/inc/swundo.hxx +++ b/sw/inc/swundo.hxx @@ -166,6 +166,7 @@ enum class SwUndoId INSERT_FORM_FIELD, // 135 OUTLINE_EDIT, // 136 + INSERT_PAGE_NUMBER, // 137 }; OUString GetUndoComment(SwUndoId eId); |