Kaydet (Commit) 2ed6eba4 authored tarafından Caolán McNamara's avatar Caolán McNamara

CurrentTableInPaM->PendingTableInPaM

Change-Id: Ic8b48d3b3e3f87e9ac3e8a6bb832f8e8dfe8ab7d
üst 8900a346
......@@ -195,7 +195,7 @@ void SwHTMLParser::NewDivision( HtmlTokenId nToken )
static_cast<const SwStartNode *>( &rContentStIdx.GetNode() );
aDelPam.GetPoint()->nNode = pStNd->EndOfSectionIndex() - 1;
if (!CurrentTableInPaM(aDelPam))
if (!PendingTableInPaM(aDelPam))
m_xDoc->getIDocumentContentOperations().DelFullPara(aDelPam);
// update page style
......
......@@ -5258,7 +5258,7 @@ std::shared_ptr<HTMLTable> SwHTMLParser::BuildTable(SvxAdjust eParentAdjust,
return xRetTable;
}
bool SwHTMLParser::CurrentTableInPaM(SwPaM& rPam) const
bool SwHTMLParser::PendingTableInPaM(SwPaM& rPam) const
{
bool bRet = false;
for (const auto& a : m_aTables)
......
......@@ -870,7 +870,7 @@ private:
bool HasCurrentParaFlys( bool bNoSurroundOnly = false,
bool bSurroundOnly = false ) const;
bool CurrentTableInPaM(SwPaM& rPam) const;
bool PendingTableInPaM(SwPaM& rPam) const;
public: // used in tables
......
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