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