svx/source/svdraw/svdotext.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit db6cb513f87e4261e8899799b5474b38c6ca92f9
Author: matteocam <matteo.campane...@gmail.com>
Date:   Fri Jun 19 20:03:04 2015 -0400

    Don't set immediately text in editing outliner in overflow
    
    Change-Id: Ia6d7c5902dc971b3881dfd0ed37149f5f7770bf2

diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 02ce10b..ca45989 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -2023,8 +2023,10 @@ void SdrTextObj::onUnderflowStatusEvent( )
         // Set the other box empty so if overflow does not occur we are fine
         
pNextLink->NbcSetOutlinerParaObject(aDrawOutliner.GetEmptyParaObject());
 
+        /*
         if (pEdtOutl != NULL)
             pEdtOutl->SetText(*pNewText);
+        */
 
         const_cast<SdrTextObj*>(this)->NbcSetOutlinerParaObject(pNewText);
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to