[Libreoffice-commits] core.git: editeng/source officecfg/registry

Samuel Mehrbrodt s.mehrbrodt at gmail.com
Mon Feb 11 03:13:35 PST 2013


 editeng/source/misc/swafopt.cxx                            |    6 +++---
 officecfg/registry/schema/org/openoffice/Office/Writer.xcs |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 992f3ce06773cd05dbb66162f51408338d3db801
Author: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
Date:   Thu Jan 31 11:37:59 2013 +0100

    Better default values for Word completion feature
    
    http://nabble.documentfoundation.org/Libreoffice-ux-advise-Word-completion-default-value-td4031168.html
    
    Change-Id: Ifef07653c2155b3c26d65d41cae1164b44fbd04f
    Reviewed-on: https://gerrit.libreoffice.org/1937
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/editeng/source/misc/swafopt.cxx b/editeng/source/misc/swafopt.cxx
index a416507..a3cba1b 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 6fec206..8f987e0 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 -->


More information about the Libreoffice-commits mailing list