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

New commits:
commit eea907d97f884b6523a9f168f4346a99e2e2a460
Author: matteocam <matteo.campane...@gmail.com>
Date:   Fri Jun 19 10:57:15 2015 -0400

    Using NbCSetOutlinerParaObject after setting text for editing outliner
    
    Change-Id: I9fdb0bc3601765b31078f8d5991144df244a153e

diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 26ffb78..2048418 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -2023,7 +2023,7 @@ void SdrTextObj::onUnderflowStatusEvent( )
         if (pEdtOutl != NULL)
             pEdtOutl->SetText(*pNewText);
 
-        //const_cast<SdrTextObj*>(this)->NbcSetOutlinerParaObject(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