[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - xmloff/source

Caolán McNamara caolanm at redhat.com
Thu Sep 1 13:03:08 UTC 2016


 xmloff/source/text/txtparae.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 92b384b197b8f6c85127e277b10e09936d0c6021
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Sep 1 11:52:31 2016 +0100

    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
    (cherry picked from commit 9292ca07dd3f9ee9dedd765ba7696a626bc25476)
    Reviewed-on: https://gerrit.libreoffice.org/28588
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index efe5a79..3ff7615 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -1180,6 +1180,7 @@ XMLTextParagraphExport::XMLTextParagraphExport(
     sCharStyleName("CharStyleName"),
     sCharStyleNames("CharStyleNames"),
     sContourPolyPolygon("ContourPolyPolygon"),
+    sDocumentIndexMark("DocumentIndexMark"),
     sEndNotice("EndNotice"),
     sFootnote("Footnote"),
     sFootnoteCounting("FootnoteCounting"),


More information about the Libreoffice-commits mailing list