crashtesting: failure to reimport forum-it-2308.odt rtf export

Change-Id: I9908dea4aa822b7793ece91874de0282239bd17b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177988
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
This commit is contained in:
Caolán McNamara 2024-12-06 16:57:26 +00:00
parent f77bff02ed
commit 5a251b6f55

View file

@ -2547,12 +2547,12 @@ void RtfAttributeOutput::OutputFlyFrame_Impl(const ww8::Frame& rFrame, const Poi
else
SAL_INFO("sw.rtf", __func__ << " unhandled form control: '"
<< xInfo->getImplementationName() << "'");
m_aRun->append('}');
}
}
}
m_aRun->append('}');
m_aRun->append('}');
}
break;
case ww8::Frame::eOle: