[Libreoffice-commits] core.git: sc/source
Tor Lillqvist
tml at collabora.com
Fri Mar 18 07:45:07 UTC 2016
sc/source/ui/view/tabview3.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6d17b2f140850f16a59f170f63a37a07bfa6f03a
Author: Tor Lillqvist <tml at 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();
More information about the Libreoffice-commits
mailing list