summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/table
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-21 09:06:55 +0200
committerNoel Grandin <noel@peralex.com>2015-08-21 10:19:44 +0200
commitfa12df37f42994cd172ec62be936e84ab01a6cf7 (patch)
tree731ce958ef48bf511ab5bbde80e8005a4fc50110 /sw/source/uibase/table
parentloplugin: defaultparams (diff)
downloadcore-fa12df37f42994cd172ec62be936e84ab01a6cf7.tar.gz
core-fa12df37f42994cd172ec62be936e84ab01a6cf7.zip
loplugin: defaultparams
Change-Id: I74d5ce7a23b87bed2ecffc8351dc15a9f0a68ed7
Diffstat (limited to 'sw/source/uibase/table')
-rw-r--r--sw/source/uibase/table/tablemgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/table/tablemgr.cxx b/sw/source/uibase/table/tablemgr.cxx
index a21b1687de17..cefeea728249 100644
--- a/sw/source/uibase/table/tablemgr.cxx
+++ b/sw/source/uibase/table/tablemgr.cxx
@@ -210,11 +210,11 @@ uno::Reference< frame::XModel > SwTableFUNC::InsertChart(
aName = pSh->GetTableFormat()->GetName();
// insert node before table
pSh->MoveTable( fnTableCurr, fnTableStart );
- pSh->Up( false, 1, false );
+ pSh->Up( false, 1 );
if ( pSh->IsCrsrInTable() )
{
if ( aName != pSh->GetTableFormat()->GetName() )
- pSh->Down( false, 1, false ); // two adjacent tables
+ pSh->Down( false ); // two adjacent tables
}
pSh->SplitNode();
}