summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-31 19:44:36 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-01 13:20:24 +0100
commit75778a50f730568fee2466b6e794401f1e2a8f67 (patch)
treee87666a6f456f467f1c52961e8189926919fb46e /hwpfilter
parentb199e335c01f265ba2604c020928b63356b42d15 (diff)
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>
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwpreader.cxx6
1 files changed, 3 insertions, 3 deletions
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");
}