svx/source/svdraw/svdotextdecomposition.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7dbe6870559459961d64b365f136955b83d09dbd
Author: matteocam <matteo.campane...@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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to