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

coverity#1371215 Missing move assignment operator

Change-Id: Icfea2ad2ba98d7537cf1963ad3832ade192c5fd4
üst 724f2b20
......@@ -2763,7 +2763,7 @@ void MSWordExportBase::WriteText()
}
if (pNextNode != nullptr)
m_pCurPam->GetPoint()->nNode = SwNodeIndex(*pNextNode);
m_pCurPam->GetPoint()->nNode.Assign(*pNextNode);
else
++m_pCurPam->GetPoint()->nNode;
......
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