dmapper: remove last paragraph of footnotes
This is the same trick as with headers/footers: the footnote always ends with an empty paragraph, but in Writer we need to remove this.
This commit is contained in:
parent
d8c57765e9
commit
94855fbbb9
1 changed files with 1 additions and 0 deletions
|
@ -1335,6 +1335,7 @@ void DomainMapper_Impl::PushAnnotation()
|
|||
|
||||
void DomainMapper_Impl::PopFootOrEndnote()
|
||||
{
|
||||
RemoveLastParagraph();
|
||||
m_aTextAppendStack.pop();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue