diff options
author | Baole Fang <baole.fang@gmail.com> | 2023-06-25 22:08:37 -0400 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-07-04 11:17:10 +0200 |
commit | 254161f9dd2b7b3e416c54dfeb8e8c6e81cd7dcd (patch) | |
tree | 18b19cccddfee96ee6e4be7cd06258bed585c094 /officecfg | |
parent | 7fede2c47f8a24b80700fe3b82f71a0f60bffd3d (diff) |
tdf#92311: increase word completion limit
Change-Id: I0198327d235bdb4048e002aab211e20d1701fa6c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153571
Tested-by: Jenkins
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 0f684bb2eea9..dd880f51cfa4 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -4464,7 +4464,7 @@ </info> <value>8</value> </prop> - <prop oor:name="MaxListLen" oor:type="xs:int" oor:nillable="false"> + <prop oor:name="MaxListLen" oor:type="xs:long" oor:nillable="false"> <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion max. entries --> <info> <desc>Sets the maximum number of words to be recalled.</desc> |