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

New commits:
commit 324709b6e3f6529924043b0cb2aa995478372ec3
Author: Caolán McNamara <caol...@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 =
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to