[Libreoffice-commits] core.git: Branch 'aoo/trunk' - writerfilter/source
Oliver-Rainer Wittmann
orw at apache.org
Tue Dec 3 02:07:42 PST 2013
writerfilter/source/dmapper/DomainMapper_Impl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9549c1c665bad9799021a8fcb3edb0f9adcff8b0
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date: Tue Dec 3 08:46:43 2013 +0000
123797: correct typo for *.docx import - remove additional empty paragraph at imported footnote resp. endnote
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index c6ca332..03be68c 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -1267,7 +1267,7 @@ void DomainMapper_Impl::PushAnnotation()
-----------------------------------------------------------------------*/
void DomainMapper_Impl::PopFootOrEndnote()
{
- RemoveLastParagraph;
+ RemoveLastParagraph();
m_aTextAppendStack.pop();
}
/*-- 22.12.2008 13:45:15---------------------------------------------------
More information about the Libreoffice-commits
mailing list