From 639c01dcf9aabe587df0ff4f661cc4e38244e304 Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Thu, 4 May 2023 10:16:49 -0400 Subject: tdf#86630 sw page number wizard: add to notebookbar insert menus There are two places in the notebookbar where this Insert page number could fit - in insert and in layout. Both of these have "Title Page" in the menu at the right, so this patch adds the page number wizard underneath that. (Title pages should be setup first before page numbers are added.) This is pretty non-controversial I would hope. A follow-up patch will consider placing it on the main ribbon. Change-Id: I195ee5a134a581cb6570485f84e4030b63d7895c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151396 Tested-by: Jenkins Reviewed-by: Justin Luth --- sw/uiconfig/swriter/ui/notebookbar.ui | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'sw/uiconfig/swriter/ui/notebookbar.ui') diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui index e4d17b5b2523..8d17c21344fd 100644 --- a/sw/uiconfig/swriter/ui/notebookbar.ui +++ b/sw/uiconfig/swriter/ui/notebookbar.ui @@ -1003,6 +1003,13 @@ .uno:TitlePageDialog + + + True + False + .uno:PageNumberWizard + + True @@ -1270,6 +1277,13 @@ .uno:TitlePageDialog + + + True + False + .uno:PageNumberWizard + + True -- cgit