[Libreoffice-commits] core.git: sc/uiconfig

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 13 23:00:50 UTC 2018


 sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui |   19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

New commits:
commit 4786a09e7c41c5dc21732b2e0c74c2984c40c9b5
Author:     andreas kainz <kainz.a at gmail.com>
AuthorDate: Tue Dec 11 11:43:20 2018 +0100
Commit:     andreas_kainz <kainz.a at gmail.com>
CommitDate: Fri Dec 14 00:00:26 2018 +0100

    tdf#119734 add icon AutoFilter to groupedbar in calc
    
    Change-Id: I9ddb8f70b53600c02addeaf44a8cd1978e1ba5d0
    Reviewed-on: https://gerrit.libreoffice.org/65128
    Tested-by: Jenkins
    Reviewed-by: andreas_kainz <kainz.a at gmail.com>

diff --git a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui
index 9eefefc5b034..2711a049b315 100644
--- a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui
@@ -5017,6 +5017,18 @@
                                         <property name="toolbar_style">icons</property>
                                         <property name="show_arrow">False</property>
                                         <child>
+                                          <object class="GtkToolButton" id="DataFilterAutoFilter">
+                                            <property name="visible">True</property>
+                                            <property name="can_focus">False</property>
+                                            <property name="has_tooltip">True</property>
+                                            <property name="action_name">.uno:DataFilterAutoFilter</property>
+                                          </object>
+                                          <packing>
+                                            <property name="expand">False</property>
+                                            <property name="homogeneous">True</property>
+                                          </packing>
+                                        </child>
+                                        <child>
                                           <object class="GtkToolButton" id="DataFilterStandardFilter">
                                             <property name="visible">True</property>
                                             <property name="can_focus">False</property>
@@ -5041,10 +5053,10 @@
                                           </packing>
                                         </child>
                                         <child>
-                                          <object class="GtkToolButton" id="FunctionBox">
+                                          <object class="GtkToolButton" id="DataSort">
                                             <property name="visible">True</property>
                                             <property name="can_focus">False</property>
-                                            <property name="action_name">.uno:FunctionBox</property>
+                                            <property name="action_name">.uno:DataSort</property>
                                           </object>
                                           <packing>
                                             <property name="expand">False</property>
@@ -6451,9 +6463,6 @@
                   </packing>
                 </child>
                 <child>
-                  <placeholder/>
-                </child>
-                <child>
                   <object class="sfxlo-PriorityMergedHBox" id="AnnotationBox">
                     <property name="can_focus">False</property>
                     <child>


More information about the Libreoffice-commits mailing list