summaryrefslogtreecommitdiff
path: root/editeng/source/misc/swafopt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/misc/swafopt.cxx')
-rw-r--r--editeng/source/misc/swafopt.cxx6
1 files changed, 3 insertions, 3 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;
}