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:
Miklos Vajna 2011-07-11 08:38:14 +02:00
parent d8c57765e9
commit 94855fbbb9

View file

@ -1335,6 +1335,7 @@ void DomainMapper_Impl::PushAnnotation()
void DomainMapper_Impl::PopFootOrEndnote()
{
RemoveLastParagraph();
m_aTextAppendStack.pop();
}