[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source
matteocam
matteo.campanelli at gmail.com
Fri Jun 19 17:04:43 PDT 2015
svx/source/svdraw/svdotext.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit db6cb513f87e4261e8899799b5474b38c6ca92f9
Author: matteocam <matteo.campanelli at 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);
}
More information about the Libreoffice-commits
mailing list