diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-03-18 09:43:31 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-03-18 09:44:37 +0200 |
commit | 6d17b2f140850f16a59f170f63a37a07bfa6f03a (patch) | |
tree | 544d7c48b3db2156d757c8610c3ac03413561f69 /sc/source | |
parent | 59a3d972d2909650506409eeb6d4a71fa263dc29 (diff) |
loplugin:defaultparams
Change-Id: Ice974025968b6b10dc657a1676b2ecf9c07f420c
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/view/tabview3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx index c5991f1ceb26..a5db784f0a1a 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(); |