Kaydet (Commit) e9a201ba authored tarafından Noel Grandin's avatar Noel Grandin

partially revert "Use for range loop in sdrhhcwrap (sw)"

commit 01b64e5f
managed to drop a fairly important assignment to a class field.

Change-Id: I3fc28fd8b6a47e2ed6a363f42876ce57c9f2e5c2
Reviewed-on: https://gerrit.libreoffice.org/46682Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 195e0524
......@@ -127,6 +127,7 @@ bool SdrHHCWrapper::ConvertNextDocument()
SwDrawContact::GetTextObjectsFromFormat( aTextObjs, pView->GetDocShell()->GetDoc() );
for (auto const& textObj : aTextObjs)
{
pTextObj = textObj;
if (textObj)
{
OutlinerParaObject* pParaObj = textObj->GetOutlinerParaObject();
......
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