[Libreoffice-commits] .: cui/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 9 02:02:53 PST 2013


 cui/source/tabpages/autocdlg.src |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f900c56a32c1b29ea6330a85dcfa38bb7fbe6ae3
Author: Christopher Copits <ChrisCDev at live.com>
Date:   Mon Jan 7 20:19:38 2013 -0500

    fdo#45964 - Wrong behavior of words list in AutoCorrect > Word Completion
    
    The MultiListBox control should be initialized with the SimpleMode attribute set to True.
    
    Change-Id: I463f07530d5bbdc6d1f4a3789e039e4ce784aead
    Reviewed-on: https://gerrit.libreoffice.org/1571
    Reviewed-by: Miklos Vajna <vmiklos at suse.cz>
    Tested-by: Miklos Vajna <vmiklos at suse.cz>

diff --git a/cui/source/tabpages/autocdlg.src b/cui/source/tabpages/autocdlg.src
index 299dcf9..4cd3beb 100644
--- a/cui/source/tabpages/autocdlg.src
+++ b/cui/source/tabpages/autocdlg.src
@@ -797,6 +797,7 @@ TabPage RID_OFAPAGE_AUTOCOMPLETE_OPTIONS
         Group = TRUE;
         Border = TRUE;
         Sort = TRUE;
+        SimpleMode = TRUE;
     };
     PushButton PB_ENTRIES
     {


More information about the Libreoffice-commits mailing list