You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by or...@apache.org on 2013/12/03 09:46:44 UTC

svn commit: r1547315 - /openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx

Author: orw
Date: Tue Dec  3 08:46:43 2013
New Revision: 1547315

URL: http://svn.apache.org/r1547315
Log:
123797: correct typo for *.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=1547315&r1=1547314&r2=1547315&view=diff
==============================================================================
--- openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx (original)
+++ openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx Tue Dec  3 08:46:43 2013
@@ -1267,7 +1267,7 @@ void DomainMapper_Impl::PushAnnotation()
   -----------------------------------------------------------------------*/
 void DomainMapper_Impl::PopFootOrEndnote()
 {
-    RemoveLastParagraph;
+    RemoveLastParagraph();
     m_aTextAppendStack.pop();
 }
 /*-- 22.12.2008 13:45:15---------------------------------------------------