summaryrefslogtreecommitdiff
path: root/sw/source/core/undo
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/core/undo
parentebcf59eeba6a322dbf6d42e40149e0da135e4a93 (diff)
sw: rename SwNode MakeFrame overloads
Change-Id: Ida4f6d55801292c509e577056140d9ff7608de9b
Diffstat (limited to 'sw/source/core/undo')
-rw-r--r--sw/source/core/undo/untbl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/undo/untbl.cxx b/sw/source/core/undo/untbl.cxx
index fd0031746ea4..52bfb8697878 100644
--- a/sw/source/core/undo/untbl.cxx
+++ b/sw/source/core/undo/untbl.cxx
@@ -3048,7 +3048,7 @@ void SwUndoMergeTable::UndoImpl(::sw::UndoRedoContext & rContext)
// create frames for the new table
SwNodeIndex aTmpIdx( *pNew );
- pNew->MakeFrames( &aTmpIdx );
+ pNew->MakeOwnFrames(&aTmpIdx);
// position cursor somewhere in content
SwContentNode* pCNd = pDoc->GetNodes().GoNext( &rIdx );