sw/uiconfig/swriter/ui/notebookbar.ui |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 3e2e55f53c121a9289b742c55cf578c91fa2bc7a
Author:     Justin Luth <[email protected]>
AuthorDate: Fri Sep 19 14:04:02 2025 -0400
Commit:     Michael Weghorn <[email protected]>
CommitDate: Mon Sep 29 16:46:20 2025 +0200

    tdf#166406 sw nbb: position LTR and RTL side by side
    
    The worst thing to do to a bug
    is to mark it as an easy hack.
    That just means it will never be solved.
    
    With the increased push to spotlight the NBB,
    these papercuts should be solved ASAP
    instead of languishing forever.
    
    Change-Id: I8e5736add29b7db26ada0d671bc00b86d1c45fae
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191208
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <[email protected]>
    (cherry picked from commit 369b726d308270679b792aa21c92bd0b308ec171)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191217
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>
    (cherry picked from commit a6091a34e6adcd5780564f55abba40ffd279faa9)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191360
    Tested-by: Michael Weghorn <[email protected]>
    Reviewed-by: Michael Weghorn <[email protected]>
    Reviewed-by: Ilmari Lauhakangas <[email protected]>
    Reviewed-by: Xisco Fauli <[email protected]>
    Reviewed-by: Jonathan Clark <[email protected]>

diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui 
b/sw/uiconfig/swriter/ui/notebookbar.ui
index 61ba4a3dcf52..32e6183af154 100644
--- a/sw/uiconfig/swriter/ui/notebookbar.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar.ui
@@ -3974,9 +3974,9 @@
                                       </packing>
                                     </child>
                                     <child>
-                                      <object class="GtkToolButton" 
id="Home-ControlCodes1">
+                                      <object class="GtkToolButton" 
id="Home-ParaLeftToRight1">
                                         <property 
name="visible">True</property>
-                                        <property 
name="action-name">.uno:ControlCodes</property>
+                                        <property 
name="action-name">.uno:ParaLeftToRight</property>
                                       </object>
                                       <packing>
                                         <property 
name="expand">False</property>
@@ -3997,9 +3997,9 @@
                                     <property 
name="toolbar-style">icons</property>
                                     <property 
name="show-arrow">False</property>
                                     <child>
-                                      <object class="GtkToolButton" 
id="Home-ParaLeftToRight1">
+                                      <object class="GtkToolButton" 
id="Home-ParaRightToLeft1">
                                         <property 
name="visible">True</property>
-                                        <property 
name="action-name">.uno:ParaLeftToRight</property>
+                                        <property 
name="action-name">.uno:ParaRightToLeft</property>
                                       </object>
                                       <packing>
                                         <property 
name="expand">False</property>
@@ -4109,9 +4109,9 @@
                                     <property 
name="toolbar-style">icons</property>
                                     <property 
name="show-arrow">False</property>
                                     <child>
-                                      <object class="GtkToolButton" 
id="Home-ParaRightToLeft1">
+                                      <object class="GtkToolButton" 
id="Home-ControlCodes1">
                                         <property 
name="visible">True</property>
-                                        <property 
name="action-name">.uno:ParaRightToLeft</property>
+                                        <property 
name="action-name">.uno:ControlCodes</property>
                                       </object>
                                       <packing>
                                         <property 
name="expand">False</property>

Reply via email to