[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source
matteocam
matteo.campanelli at gmail.com
Thu Jun 11 11:21:57 PDT 2015
svx/source/svdraw/svdotextdecomposition.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 624ee89b0debce20e4146391294cfe69b2f4ffa2
Author: matteocam <matteo.campanelli at 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();
More information about the Libreoffice-commits
mailing list