sw/uiconfig/swriter/ui/notebookbar_compact.ui            |   14 ++++++++++++++
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui |    7 +++++++
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui    |    7 +++++++
 3 files changed, 28 insertions(+)

New commits:
commit 75c7785a770195399a81e3b486990dc6086176f4
Author:     Justin Luth <justin.l...@collabora.com>
AuthorDate: Wed May 17 11:19:49 2023 -0400
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Thu May 18 17:53:37 2023 +0200

    tdf#86630 sw page number wizard: add to notebookbar insert menus #2
    
    Well, I wasn't very thorough in my previous patch.
    I guess chalk it up to my first realization that there
    even was a separate config for this side menu.
    
    In any case, all of these all have the nice little menus
    and all should have the same access to insert page wizard.
    
    Change-Id: Id2513b61e34aa5e3ed94f88a6af495ee02439455
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151894
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Justin Luth <jl...@mail.com>

diff --git a/sw/uiconfig/swriter/ui/notebookbar_compact.ui 
b/sw/uiconfig/swriter/ui/notebookbar_compact.ui
index 93fbc25d6a73..7bcfbcd460ed 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_compact.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_compact.ui
@@ -1178,6 +1178,13 @@
         <property name="action_name">.uno:TitlePageDialog</property>
       </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="GtkMenuItem" id="InsertBreakD">
         <property name="visible">True</property>
@@ -1460,6 +1467,13 @@
         <property name="action_name">.uno:TitlePageDialog</property>
       </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>
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui 
b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
index d4384f5c4cba..399b3f2aa11a 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
@@ -1790,6 +1790,13 @@
         <property name="action_name">.uno:TitlePageDialog</property>
       </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="GtkMenuItem" id="MenuInsert-Watermark">
         <property name="visible">True</property>
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui 
b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui
index 0ce17b57cd59..ef22d7829ab3 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui
@@ -1847,6 +1847,13 @@
         <property name="action_name">.uno:TitlePageDialog</property>
       </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="GtkMenuItem" id="MenuInsert-InsertBreak">
         <property name="visible">True</property>

Reply via email to