diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-11 12:21:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-11 12:22:07 +0000 |
commit | 324709b6e3f6529924043b0cb2aa995478372ec3 (patch) | |
tree | 0e671ecaaa08d11cc1d3f3f6c6d308f016df0dda /editeng/source | |
parent | 97642ab568861444b95bddac63d4a41729934efc (diff) |
only wanted completion as tip by default
Change-Id: I5885f277051c2b8780e4813ce4713b0c9e8bd8ea
Diffstat (limited to 'editeng/source')
-rw-r--r-- | editeng/source/misc/swafopt.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/misc/swafopt.cxx b/editeng/source/misc/swafopt.cxx index a3cba1b46b18..d532f57f9026 100644 --- a/editeng/source/misc/swafopt.cxx +++ b/editeng/source/misc/swafopt.cxx @@ -48,9 +48,9 @@ SvxSwAutoFmtFlags::SvxSwAutoFmtFlags() bDelEmptyNode = bWithRedlining = bAutoCmpltEndless = - bAutoCmpltAppendBlanc = - bAutoCmpltShowAsTip = sal_True; + bAutoCmpltAppendBlanc = sal_False; + bAutoCmpltShowAsTip = bSetBorder = bCreateTable = bSetNumRule = |