cui/uiconfig/ui/acorreplacepage.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5e8e7f09c50d972795fbca4ffa87b52e71b87ee9
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sat Sep 19 16:38:56 2020 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sun Sep 20 19:55:33 2020 +0200

    use a GtkListStore in known autocorrect list hotspot
    
    get benefits of tdf#136559 for the autocorrect tdf#109158 case.
    (which is not referenced in the commit summary for fear of awakening 
dragons)
    
    Change-Id: I560ad5ff3c1cd4857d038d6b235db87056ed582c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103039
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/cui/uiconfig/ui/acorreplacepage.ui 
b/cui/uiconfig/ui/acorreplacepage.ui
index 772b6a3dadef..4aa8363c46ec 100644
--- a/cui/uiconfig/ui/acorreplacepage.ui
+++ b/cui/uiconfig/ui/acorreplacepage.ui
@@ -2,7 +2,7 @@
 <!-- Generated with glade 3.36.0 -->
 <interface domain="cui">
   <requires lib="gtk+" version="3.18"/>
-  <object class="GtkTreeStore" id="liststore1">
+  <object class="GtkListStore" id="liststore1">
     <columns>
       <!-- column-name text -->
       <column type="gchararray"/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to