svx/source/svdraw/svdotextdecomposition.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a13b044e00ca78fc1aa46bc169ed184463b202e9
Author: matteocam <matteo.campane...@gmail.com>
Date:   Thu Jun 4 16:27:40 2015 -0400

    Removed reformatting. Using SetOutlinerParaObject instead of the Nbc version
    
    Change-Id: I2d8d75b23e7d76b65b0d7e076074a82450c0f56e

diff --git a/svx/source/svdraw/svdotextdecomposition.cxx 
b/svx/source/svdraw/svdotextdecomposition.cxx
index 804cacb..802863f 100644
--- a/svx/source/svdraw/svdotextdecomposition.cxx
+++ b/svx/source/svdraw/svdotextdecomposition.cxx
@@ -755,8 +755,8 @@ void SdrTextObj::impLeaveOnlyNonOverflowingText() const
     }
 
     OutlinerParaObject *pNewText = rOutliner.CreateParaObject();
-    const_cast<SdrTextObj*>(this)->NbcSetOutlinerParaObject(pNewText);
-    const_cast<SdrTextObj*>(this)->ReformatText();
+    const_cast<SdrTextObj*>(this)->SetOutlinerParaObject(pNewText);
+    //const_cast<SdrTextObj*>(this)->ReformatText();
 }
 
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to