[Libreoffice-commits] core.git: hwpfilter/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Jan 1 12:20:55 UTC 2020


 hwpfilter/source/hwpreader.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 75778a50f730568fee2466b6e794401f1e2a8f67
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Dec 31 19:44:36 2019 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Jan 1 13:20:24 2020 +0100

    crashtesting: footnote-layout doesn't exist
    
    presumably should be page-layout-properties instead
    
    presumably triggered since a FastParser API change over
    
    Change-Id: Ic4f5e9c30921adb26bb05028f2a3f75d8c0d731e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86051
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/hwpfilter/source/hwpreader.cxx b/hwpfilter/source/hwpreader.cxx
index 58eab6a8ed84..0cd9f831d59d 100644
--- a/hwpfilter/source/hwpreader.cxx
+++ b/hwpfilter/source/hwpreader.cxx
@@ -1775,8 +1775,8 @@ void HwpReader::makePageStyle()
          rendEl("style:properties");
          rendEl("style:footer-style");
 
-    /* Footnote style, but it fell in the dtd, the specification has been defined. REALKING */
-         rstartEl("style:footnote-layout", mxList.get());
+    /* Footnote style */
+         rstartEl("style:page-layout-properties", mxList.get());
 
          padd("style:distance-before-sep", sXML_CDATA,
               Double2Str(WTI(hwpinfo.splinetext)) + "inch");
@@ -1798,7 +1798,7 @@ void HwpReader::makePageStyle()
          mxList->clear();
          rendEl("style:footnote-sep");
 
-         rendEl("style:footnote-layout");
+         rendEl("style:page-layout-properties");
 
          rendEl("style:page-master");
      }


More information about the Libreoffice-commits mailing list