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

Caolán McNamara caolanm at redhat.com
Mon Feb 11 04:22:43 PST 2013


 editeng/source/misc/swafopt.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 324709b6e3f6529924043b0cb2aa995478372ec3
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Feb 11 12:21:15 2013 +0000

    only wanted completion as tip by default
    
    Change-Id: I5885f277051c2b8780e4813ce4713b0c9e8bd8ea

diff --git a/editeng/source/misc/swafopt.cxx b/editeng/source/misc/swafopt.cxx
index a3cba1b..d532f57 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 =


More information about the Libreoffice-commits mailing list