summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editeng/source/misc/swafopt.cxx6
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs6
2 files changed, 6 insertions, 6 deletions
diff --git a/editeng/source/misc/swafopt.cxx b/editeng/source/misc/swafopt.cxx
index a416507e19a4..a3cba1b46b18 100644
--- a/editeng/source/misc/swafopt.cxx
+++ b/editeng/source/misc/swafopt.cxx
@@ -49,7 +49,7 @@ SvxSwAutoFmtFlags::SvxSwAutoFmtFlags()
bWithRedlining =
bAutoCmpltEndless =
bAutoCmpltAppendBlanc =
- bAutoCmpltShowAsTip = sal_False;
+ bAutoCmpltShowAsTip = sal_True;
bSetBorder =
bCreateTable =
@@ -76,8 +76,8 @@ SvxSwAutoFmtFlags::SvxSwAutoFmtFlags()
cByInputBullet = cBullet;
aByInputBulletFont = aBulletFont;
- nAutoCmpltWordLen = 10;
- nAutoCmpltListLen = 500;
+ nAutoCmpltWordLen = 8;
+ nAutoCmpltListLen = 1000;
m_pAutoCompleteList = 0;
pSmartTagMgr = 0;
}
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 6fec206e3b35..8f987e0d3d6c 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -4782,7 +4782,7 @@
<desc>Sets the value for the minimum word length.</desc>
<label>Min. word length</label>
</info>
- <value>10</value>
+ <value>8</value>
</prop>
<prop oor:name="MaxListLen" oor:type="xs:int" oor:nillable="false">
<!-- OldPath: Writer/AutoComplete/Words -->
@@ -4793,7 +4793,7 @@
<desc>Sets the maximum number of words to be recalled.</desc>
<label>Max. entries</label>
</info>
- <value>500</value>
+ <value>1000</value>
</prop>
<prop oor:name="CollectWords" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Writer/AutoComplete/Words -->
@@ -4837,7 +4837,7 @@
<desc>Specifies if the suggestions for the automatic word completion function should be displayed as Tip helps.</desc>
<label>Show as tip</label>
</info>
- <value>false</value>
+ <value>true</value>
</prop>
<prop oor:name="AcceptKey" oor:type="xs:int" oor:nillable="false">
<!-- OldPath: Writer/AutoComplete/Words -->