[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source
matteocam
matteo.campanelli at gmail.com
Thu May 28 10:46:59 PDT 2015
svx/source/svdraw/svdotextdecomposition.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7dbe6870559459961d64b365f136955b83d09dbd
Author: matteocam <matteo.campanelli at gmail.com>
Date: Thu May 28 13:46:15 2015 -0400
Copies all overflowing paras
Change-Id: Ic8357571860ea31571c260c33679272a802761b8
diff --git a/svx/source/svdraw/svdotextdecomposition.cxx b/svx/source/svdraw/svdotextdecomposition.cxx
index 094cc8b..3540146 100644
--- a/svx/source/svdraw/svdotextdecomposition.cxx
+++ b/svx/source/svdraw/svdotextdecomposition.cxx
@@ -751,7 +751,7 @@ void SdrTextObj::impCopyTextInTextObj(SdrTextObj *pNextTextObj) const
//pNextTextObj->SetOutlinerParaObject(*someText);
//pNextTextObj->SetText("Bukowski, were are thou?");
if (mpOverflowingText) {
- pNextTextObj->SetText(mpOverflowingText->GetTextObject().GetText(0));
+ pNextTextObj->NbcSetOutlinerParaObject(mpOverflowingText);
}
//rOutliner.Insert("Bukowski, were are thou?");
//rOutliner.Clear();
More information about the Libreoffice-commits
mailing list