summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2024-12-06 16:57:26 +0000
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-12-10 16:57:38 +0100
commit6c75f7899d61883746f88875225fd88b4104acaf (patch)
tree0caad61505911ce8312be4250b0e407d2107b6e9
parent33c0c56d8561e6d5683a42da900d1fd9445b2649 (diff)
crashtesting: failure to reimport forum-it-2308.odt rtf export
Change-Id: I9908dea4aa822b7793ece91874de0282239bd17b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177990 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Tested-by: Jenkins (cherry picked from commit 4d4bbb85c74869f4e9ea8a89bfc046fa2e8c081a) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178016 Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx
index 8bb113cfb7a4..3035e18cbd96 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -2546,12 +2546,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: