sw/uiconfig/swriter/ui/fldfuncpage.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1e57cb128eb085ede312ebb189c982b8bda49377
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Jun 7 14:38:24 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Jun 7 15:49:23 2022 +0200

    Duplicate object ID
    
    > instdir/share/config/soffice.cfg/modules/swriter/ui/fldfuncpage.ui:723:1 
Duplicate object ID 'liststore4' (previously on line 30)
    
    since 7e2a8abf0cd8c60cdfae100eece4839b4959c70e "liststore used twice by
    different widgets"
    
    Change-Id: I9e1b90ae352ba5c1fd5e634401096c70cdafb2bb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135472
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/sw/uiconfig/swriter/ui/fldfuncpage.ui 
b/sw/uiconfig/swriter/ui/fldfuncpage.ui
index 16b0be96e98b..042727bc4542 100644
--- a/sw/uiconfig/swriter/ui/fldfuncpage.ui
+++ b/sw/uiconfig/swriter/ui/fldfuncpage.ui
@@ -26,7 +26,7 @@
       <column type="gchararray"/>
     </columns>
   </object>
-  <object class="GtkTreeStore" id="liststore4">
+  <object class="GtkTreeStore" id="liststore5">
     <columns>
       <!-- column-name text -->
       <column type="gchararray"/>
@@ -545,7 +545,7 @@
                         <property name="can_focus">True</property>
                         <property name="hexpand">True</property>
                         <property name="vexpand">True</property>
-                        <property name="model">liststore4</property>
+                        <property name="model">liststore5</property>
                         <property name="headers_visible">False</property>
                         <property name="headers_clickable">False</property>
                         <property name="search_column">0</property>

Reply via email to