diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-09-01 11:52:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-09-01 11:54:56 +0100 |
commit | 9292ca07dd3f9ee9dedd765ba7696a626bc25476 (patch) | |
tree | 7857ddb941e709e4792a42176d11d7599998995e /xmloff | |
parent | b9a2c849a657bdb9d5953b96f60409cb877b0005 (diff) |
Resolves: tdf#100182 index entries lost on save
regression from...
commit 3e6ba91e2d6d362f4af91566e740f5dbc310e026
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
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtparae.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 79b167839d6d..12538b114278 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -1183,6 +1183,7 @@ XMLTextParagraphExport::XMLTextParagraphExport( sCharStyleName("CharStyleName"), sCharStyleNames("CharStyleNames"), sContourPolyPolygon("ContourPolyPolygon"), + sDocumentIndexMark("DocumentIndexMark"), sEndNotice("EndNotice"), sFootnote("Footnote"), sFootnoteCounting("FootnoteCounting"), |