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

New commits:
commit d2f0ea3a37ba07e29d3841ae46818ad2a5e38fc1
Author: matteocam <matteo.campane...@gmail.com>
Date:   Thu Jun 18 16:29:06 2015 -0400

    Updating editing outliner in case of underflow
    
    Change-Id: I4d5fa2c9e33db614dbe3352cddc1e3c6cb8cafd2

diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 2ff88aa..8ac625e 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -2016,6 +2016,9 @@ void SdrTextObj::onUnderflowStatusEvent( )
         // (since this happens automatically by overflow we just "order to" 
reset the destination box's text)
         GetTextChain()->SetOverwriteOnOverflow(pNextLink, true);
 
+        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