summaryrefslogtreecommitdiff
path: root/sw/uiconfig/swriter/ui/notebookbar.ui
diff options
context:
space:
mode:
authorJustin Luth <justin.luth@collabora.com>2023-05-04 10:16:49 -0400
committerJustin Luth <jluth@mail.com>2023-05-04 19:17:21 +0200
commit639c01dcf9aabe587df0ff4f661cc4e38244e304 (patch)
treeb9f471206e2f66e2e84fb1ca4c1bea0fb195bcf3 /sw/uiconfig/swriter/ui/notebookbar.ui
parentcd3f8acc4dc803fef4453ae31037eba15acfefa7 (diff)
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 <jluth@mail.com>
Diffstat (limited to 'sw/uiconfig/swriter/ui/notebookbar.ui')
-rw-r--r--sw/uiconfig/swriter/ui/notebookbar.ui14
1 files changed, 14 insertions, 0 deletions
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
@@ -1004,6 +1004,13 @@
</object>
</child>
<child>
+ <object class="GtkMenuItem" id="MenuInsert-PageNumberWizard">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="action_name">.uno:PageNumberWizard</property>
+ </object>
+ </child>
+ <child>
<object class="GtkSeparatorMenuItem" id="separator4">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -1271,6 +1278,13 @@
</object>
</child>
<child>
+ <object class="GtkMenuItem" id="MenuPage-PageNumberWizard">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="action_name">.uno:PageNumberWizard</property>
+ </object>
+ </child>
+ <child>
<object class="GtkMenuItem" id="MenuPage-Watermark">
<property name="visible">True</property>
<property name="can_focus">False</property>