[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source
matteocam
matteo.campanelli at gmail.com
Mon Jul 21 10:05:28 PDT 2014
svx/source/svdraw/svdotext.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2524d890de8c68125204cef8a2e8a9cda8ea9f11
Author: matteocam <matteo.campanelli at gmail.com>
Date: Mon Jul 21 19:04:22 2014 +0200
ImpChainText is called
Change-Id: I8b5b012df286ab80025c7b50dcafa584703677e0
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 008ebcf..f249bbf 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -1927,7 +1927,7 @@ void SdrTextObj::onEditOutlinerStatusEvent( EditStatus* pEditStatus )
}
else if (/* TODO: IsChained() && */ pEditStatus->IsPageOverflow())
{
-
+ ImpChainText();
}
}
}
More information about the Libreoffice-commits
mailing list