Kaydet (Commit) f3a91be5 authored tarafından Miklos Vajna's avatar Miklos Vajna

SwXText::convertToTextFrame: pSartTableNode -> pStartTableNode

üst 7b2ba001
......@@ -1603,8 +1603,8 @@ throw (lang::IllegalArgumentException, uno::RuntimeException)
// remove the addtional paragraphs in the end
if (pStartStartNode->GetStartNodeType() == SwTableBoxStartNode)
{
SwTableNode *const pSartTableNode(pStartStartNode->FindTableNode());
const SwNodeIndex aTblIdx( *pSartTableNode, -1 );
SwTableNode *const pStartTableNode(pStartStartNode->FindTableNode());
const SwNodeIndex aTblIdx( *pStartTableNode, -1 );
SwPosition aBefore(aTblIdx);
bParaBeforeInserted = GetDoc()->AppendTxtNode( aBefore );
aStartPam.DeleteMark();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment