summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshf.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-15 14:49:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-16 04:19:15 +0200
commit774f033f86b3728123842321f21b10b400cf6b9a (patch)
treeba0d3ae232913d224c66984085ea40240c7570d9 /sc/source/ui/view/tabvwshf.cxx
parent509c91aca5a9e89e9453082486ac7d67f649a7f5 (diff)
loplugin:checkunusedparams in sc(part5)
Change-Id: If969b989ed16e58fba26ae0fec06759da855a5ad Reviewed-on: https://gerrit.libreoffice.org/37646 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/view/tabvwshf.cxx')
-rw-r--r--sc/source/ui/view/tabvwshf.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwshf.cxx b/sc/source/ui/view/tabvwshf.cxx
index 64638a63e048..d2980486bb4e 100644
--- a/sc/source/ui/view/tabvwshf.cxx
+++ b/sc/source/ui/view/tabvwshf.cxx
@@ -694,12 +694,12 @@ void ScTabViewShell::ExecuteTable( SfxRequest& rReq )
ScMarkData::const_iterator itr = rMark.begin(), itrEnd = rMark.end();
for (; itr != itrEnd; ++itr)
- rFunc.SetLayoutRTL( *itr, bSet, false );
+ rFunc.SetLayoutRTL( *itr, bSet );
pUndoManager->LeaveListAction();
}
else
- rFunc.SetLayoutRTL( nCurrentTab, bSet, false );
+ rFunc.SetLayoutRTL( nCurrentTab, bSet );
}
break;