Resolves: tdf#100182 index entries lost on save

regression from...

commit 3e6ba91e2d
Date:   Wed Nov 25 10:53:40 2015 +0200

    loplugin:unusedfields in include/xmloff

    Change-Id: I979743671e9a2e868d815f917427588b7b0320ba

which removed ctor for sDocumentIndexMark and sDocumentIndex
when it should have just removed sDocumentIndeb

Change-Id: I5ed5a2d30a3f76c6b45bbf74a3720420d0fcf676
This commit is contained in:
Caolán McNamara
2016-09-01 11:52:31 +01:00
parent b9a2c849a6
commit 9292ca07dd

View File

@@ -1183,6 +1183,7 @@ XMLTextParagraphExport::XMLTextParagraphExport(
sCharStyleName("CharStyleName"),
sCharStyleNames("CharStyleNames"),
sContourPolyPolygon("ContourPolyPolygon"),
sDocumentIndexMark("DocumentIndexMark"),
sEndNotice("EndNotice"),
sFootnote("Footnote"),
sFootnoteCounting("FootnoteCounting"),