dmapper: no last paragraph on shapes

Just like with headers, shapes don't have a last empty paragraph,
either.
This commit is contained in:
Miklos Vajna 2011-07-07 11:36:46 +02:00
parent b4a14ff63d
commit f9e0f09696

View file

@ -1388,6 +1388,7 @@ void DomainMapper_Impl::PopShapeContext()
{
if ( m_bShapeContextAdded )
{
RemoveLastParagraph();
m_aTextAppendStack.pop();
m_bShapeContextAdded = false;
}