summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltbli.cxx
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-07-24 14:10:13 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-09-19 10:18:18 +0200
commit4064c072022617cb10b7c5f8197e7831ce6186c6 (patch)
treeee53a34417fa328d81bdb874cda73ecad72ec786 /sw/source/filter/xml/xmltbli.cxx
parentebcf59eeba6a322dbf6d42e40149e0da135e4a93 (diff)
sw: rename SwNode MakeFrame overloads
Change-Id: Ida4f6d55801292c509e577056140d9ff7608de9b
Diffstat (limited to 'sw/source/filter/xml/xmltbli.cxx')
-rw-r--r--sw/source/filter/xml/xmltbli.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx
index e0d1aabbc463..92c53688a6cd 100644
--- a/sw/source/filter/xml/xmltbli.cxx
+++ b/sw/source/filter/xml/xmltbli.cxx
@@ -2784,7 +2784,7 @@ void SwXMLTableContext::MakeTable()
{
m_pTableNode->DelFrames();
SwNodeIndex aIdx( *m_pTableNode->EndOfSectionNode(), 1 );
- m_pTableNode->MakeFrames( &aIdx );
+ m_pTableNode->MakeOwnFrames(&aIdx);
}
}