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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/hwpfilter/source/hwpreader.cxx b/hwpfilter/source/hwpreader.cxx
index 58eab6a..0cd9f83 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");
}