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 /desktop | |
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 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 8d191f7741da..133531034c15 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -3336,6 +3336,7 @@ static void doc_iniUnoCommands () OUString(".uno:InsertAuthoritiesEntry"), OUString(".uno:InsertMultiIndex"), OUString(".uno:InsertField"), + OUString(".uno:PageNumberWizard"), OUString(".uno:InsertPageNumberField"), OUString(".uno:InsertPageCountField"), OUString(".uno:InsertDateField"), |