[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - sw/uiconfig

andreas kainz (via logerrit) logerrit at kemper.freedesktop.org
Fri Mar 20 09:56:51 UTC 2020


 sw/uiconfig/swriter/ui/notebookbar.ui                    |    2 +-
 sw/uiconfig/swriter/ui/notebookbar_compact.ui            |    2 +-
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui |    4 ++--
 sw/uiconfig/swriter/ui/notebookbar_single.ui             |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 2471784335eeb6c06e0ee54342d6260c2efac8e9
Author:     andreas kainz <kainz.a at gmail.com>
AuthorDate: Thu Mar 12 15:09:02 2020 +0100
Commit:     Xisco Faulí <xiscofauli at libreoffice.org>
CommitDate: Fri Mar 20 10:56:16 2020 +0100

    tdf#130208 use TableCellBackgroundColor instead of BackgroundColor
    
    Change-Id: I2f1d5fdf976f9e787d64098a091022182156e401
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90408
    Tested-by: Jenkins
    Reviewed-by: andreas_kainz <kainz.a at gmail.com>
    (cherry picked from commit 2a5dfda892ca444eca2a0fcba2b28b9c9fd2915e)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90403
    Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>

diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui
index 0cc64ef83294..335a1b7fb5df 100644
--- a/sw/uiconfig/swriter/ui/notebookbar.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar.ui
@@ -10692,7 +10692,7 @@
                                   <object class="GtkMenuToolButton" id="Table-BackgroundColor1">
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
-                                    <property name="action_name">.uno:BackgroundColor</property>
+                                    <property name="action_name">.uno:TableCellBackgroundColor</property>
                                   </object>
                                   <packing>
                                     <property name="expand">False</property>
diff --git a/sw/uiconfig/swriter/ui/notebookbar_compact.ui b/sw/uiconfig/swriter/ui/notebookbar_compact.ui
index 6760c607c84b..18b51e7776d1 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_compact.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_compact.ui
@@ -9767,7 +9767,7 @@
                               <object class="GtkToolButton" id="Table-BackgroundColor">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="action_name">.uno:BackgroundColor</property>
+                                <property name="action_name">.uno:TableCellBackgroundColor</property>
                               </object>
                               <packing>
                                 <property name="expand">False</property>
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
index 206a86f0e881..259161e66950 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
@@ -5685,7 +5685,7 @@
                                       <object class="GtkMenuToolButton" id="Table-LineSpacing">
                                         <property name="visible">True</property>
                                         <property name="can_focus">False</property>
-                                        <property name="action_name">.uno:BackgroundColor</property>
+                                        <property name="action_name">.uno:TableCellBackgroundColor</property>
                                       </object>
                                       <packing>
                                         <property name="expand">False</property>
@@ -6213,7 +6213,7 @@
                                       <object class="GtkMenuToolButton" id="Table-BackgroundColor">
                                         <property name="visible">True</property>
                                         <property name="can_focus">False</property>
-                                        <property name="action_name">.uno:BackgroundColor</property>
+                                        <property name="action_name">.uno:TableCellBackgroundColor</property>
                                       </object>
                                       <packing>
                                         <property name="expand">False</property>
diff --git a/sw/uiconfig/swriter/ui/notebookbar_single.ui b/sw/uiconfig/swriter/ui/notebookbar_single.ui
index aa1e24a11446..0f1faa7faee4 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_single.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_single.ui
@@ -2678,7 +2678,7 @@
                               <object class="GtkMenuToolButton" id="Table-BackgroundColor">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="action_name">.uno:BackgroundColor</property>
+                                <property name="action_name">.uno:TableCellBackgroundColor</property>
                               </object>
                               <packing>
                                 <property name="expand">False</property>


More information about the Libreoffice-commits mailing list