sc/source/ui/view/tabview3.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6d17b2f140850f16a59f170f63a37a07bfa6f03a
Author: Tor Lillqvist <t...@collabora.com>
Date:   Fri Mar 18 09:43:31 2016 +0200

    loplugin:defaultparams
    
    Change-Id: Ice974025968b6b10dc657a1676b2ecf9c07f420c

diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx
index c5991f1..a5db784 100644
--- a/sc/source/ui/view/tabview3.cxx
+++ b/sc/source/ui/view/tabview3.cxx
@@ -1423,7 +1423,7 @@ void ScTabView::MarkColumns(SCCOL nCol, sal_Int16 
nModifier)
     }
 
     DoneBlockMode( nModifier != 0 );
-    InitBlockMode( nStartCol, 0, nTab, bTestNeg, true, false );
+    InitBlockMode( nStartCol, 0, nTab, bTestNeg, true );
     MarkCursor( nCol, MAXROW, nTab );
     SetCursor( nCol, 0 );
     SelectionChanged();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to