summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/table
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-30 13:58:14 +0200
committerNoel Grandin <noel@peralex.com>2016-08-31 10:00:07 +0200
commit8c0db3e8ac158c8e131085843fcc326073e28c05 (patch)
tree43ce2bb0c9559d0ea3b3e0e1cd87b871a6595bf6 /sw/source/uibase/table
parentGet rid of a pointless indirect function pointer variable (diff)
downloadcore-8c0db3e8ac158c8e131085843fcc326073e28c05.tar.gz
core-8c0db3e8ac158c8e131085843fcc326073e28c05.zip
Get rid of a pointless indirect function pointer variable
Change-Id: I81055c6973247e226dc9dc3fda072aef94fa8966
Diffstat (limited to 'sw/source/uibase/table')
-rw-r--r--sw/source/uibase/table/tablemgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/table/tablemgr.cxx b/sw/source/uibase/table/tablemgr.cxx
index e9fb41e674d5..b2e7cd076a66 100644
--- a/sw/source/uibase/table/tablemgr.cxx
+++ b/sw/source/uibase/table/tablemgr.cxx
@@ -204,7 +204,7 @@ uno::Reference< frame::XModel > SwTableFUNC::InsertChart(
{
aName = pSh->GetTableFormat()->GetName();
// insert node before table
- pSh->MoveTable( fnTableCurr, fnTableStart );
+ pSh->MoveTable( GotoCurrTable, fnTableStart );
pSh->Up( false );
if ( pSh->IsCursorInTable() )
{