[Libreoffice-commits] core.git: writerfilter/source

Jürgen Schmidt jsc at apache.org
Sat May 11 06:21:29 PDT 2013


 writerfilter/source/dmapper/StyleSheetTable.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 16e6841fcd99c7ca6e9a3cbd82d17af81b362c32
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Jun 4 13:04:39 2012 +0000

    Resolves: #i119161# copy sStyleIdentifierI and sStyleIdentifierD...
    
    from StyleSheetEntry when constructing a new TableStyleSheetEntry object
    
    Patch by: Jinlong Wu
    
    (cherry picked from commit 11eb354532cfb354f9f7c3a72b170c9c8289b75c)
    
    Change-Id: I80054bc6c36bc7c5ed1034e0aadd88cd1a2f3091

diff --git a/writerfilter/source/dmapper/StyleSheetTable.cxx b/writerfilter/source/dmapper/StyleSheetTable.cxx
index f0569fa..e3dac30 100644
--- a/writerfilter/source/dmapper/StyleSheetTable.cxx
+++ b/writerfilter/source/dmapper/StyleSheetTable.cxx
@@ -82,6 +82,8 @@ TableStyleSheetEntry::TableStyleSheetEntry( StyleSheetEntry& rEntry, StyleSheetT
     sNextStyleIdentifier = rEntry.sNextStyleIdentifier;
     sStyleName = rEntry.sStyleName;
     sStyleName1 = rEntry.sStyleName1;
+    sStyleIdentifierI = rEntry.sStyleIdentifierI;
+    sStyleIdentifierD = rEntry.sStyleIdentifierD;
 
     m_nColBandSize = 1;
     m_nRowBandSize = 1;


More information about the Libreoffice-commits mailing list