summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Ivan <alexnivan@yahoo.com>2013-08-07 14:23:21 +0300
committerAlex Ivan <alexnivan@yahoo.com>2013-08-07 14:23:21 +0300
commit4fb2c9d396726af35ee22a5417708679710e0dbe (patch)
tree2571adf5ac5fa439986a9c95081094ff91f99327
parentbbe418154e75377e9f5a2c41eaf63906913e7346 (diff)
Correct previously skipped function in parent assigning cleanup
Change-Id: I12edb436caabd1f74943e77da69b03e17f56f196
-rw-r--r--sw/source/core/docnode/ndtbl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/docnode/ndtbl.cxx b/sw/source/core/docnode/ndtbl.cxx
index 614800d9c7cb..c6adade07366 100644
--- a/sw/source/core/docnode/ndtbl.cxx
+++ b/sw/source/core/docnode/ndtbl.cxx
@@ -743,7 +743,7 @@ const SwTable* SwDoc::TextToTable( const SwInsertTableOptions& rInsTblOpts,
}
}
- SwTableFmt::AssignLineParents( pTableStyle, *pNdTbl );
+ SwTableFmt::AssignFormatParents( pTableStyle, *pNdTbl );
// Check the Boxes' for Numbers
if( IsInsTblFormatNum() )