DomainMapper_Impl::AddDummyParaForTableInSection: shapes can't have sections
Trying to add (and later remove) a dummy paragraph is just not needed at the moment, but it'll cause a real problem for textboxes. Change-Id: I9f90b515171ce4b498de49c2381b7324002e3c20
This commit is contained in:
parent
5588d66825
commit
b28c0afdae
@ -301,6 +301,9 @@ void DomainMapper_Impl::RemoveDummyParaForTableInSection()
|
||||
}
|
||||
void DomainMapper_Impl::AddDummyParaForTableInSection()
|
||||
{
|
||||
// Shapes can't have sections.
|
||||
if (IsInShape())
|
||||
return;
|
||||
|
||||
if (!m_aTextAppendStack.empty())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user