svx/source/svdraw/svdotextdecomposition.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 624ee89b0debce20e4146391294cfe69b2f4ffa2 Author: matteocam <matteo.campane...@gmail.com> Date: Thu Jun 11 14:21:17 2015 -0400 Replace some clears with setting empty text Change-Id: Iea19544a3a31ac687e30b48fbca8e850e6e8c8ca diff --git a/svx/source/svdraw/svdotextdecomposition.cxx b/svx/source/svdraw/svdotextdecomposition.cxx index c17436d..43106a5 100644 --- a/svx/source/svdraw/svdotextdecomposition.cxx +++ b/svx/source/svdraw/svdotextdecomposition.cxx @@ -749,6 +749,7 @@ OutlinerParaObject *SdrTextObj::impGetNonOverflowingParaObject(SdrOutliner *pOut } else { // We have to include the non-overflowing lines from the overfl. para // first make a ParaObject for the strings + impSetOutlinerToEmptyTxt(pOutliner); Paragraph *pTmpPara0 = pOutliner->GetParagraph(0); pOutliner->SetText(pNonOverflowingTxt->mPreOverflowingTxt, pTmpPara0); OutlinerParaObject *pPObj = pOutliner->CreateParaObject(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits