Author: orw
Date: Mon Dec  2 17:11:58 2013
New Revision: 1547111

URL: http://svn.apache.org/r1547111
Log:
123797: *.docx import: remove additional empty paragraph at imported footnote 
resp. endnote


Modified:
    openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx

Modified: 
openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx?rev=1547111&r1=1547110&r2=1547111&view=diff
==============================================================================
--- openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx 
(original)
+++ openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx Mon 
Dec  2 17:11:58 2013
@@ -1267,6 +1267,7 @@ void DomainMapper_Impl::PushAnnotation()
   -----------------------------------------------------------------------*/
 void DomainMapper_Impl::PopFootOrEndnote()
 {
+    RemoveLastParagraph;
     m_aTextAppendStack.pop();
 }
 /*-- 22.12.2008 13:45:15---------------------------------------------------


Reply via email to