cui/source/tabpages/autocdlg.src | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f900c56a32c1b29ea6330a85dcfa38bb7fbe6ae3
Author: Christopher Copits <[email protected]>
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 <[email protected]>
Tested-by: Miklos Vajna <[email protected]>
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
{
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits