[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source
matteocam
matteo.campanelli at gmail.com
Tue Aug 12 10:19:02 PDT 2014
svx/source/svdraw/svdotext.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5de528424f43fe65e7df1775e46b78f369dffabf
Author: matteocam <matteo.campanelli at gmail.com>
Date: Tue Aug 12 19:17:59 2014 +0200
Set box's chaining need as overflowing status
Change-Id: Ic6ac3786163660922cd6866c8b2c96c737e4e069
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index ad1ae75..01ea84b 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -1952,10 +1952,10 @@ void SdrTextObj::onEditOutlinerStatusEvent( EditStatus* pEditStatus )
ImpAutoFitText(*pEdtOutl);
mbInDownScale = false;
}
- else if ( GetNextLinkInChain() != NULL && pEditStatus->IsPageOverflow())
+ else if ( GetNextLinkInChain() != NULL)
{
// set the need for chaining
- SetToBeChained( true );
+ SetToBeChained( pEditStatus->IsPageOverflow() );
//impDecomposeChainedTextPrimitive();
}
}
More information about the Libreoffice-commits
mailing list