You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by js...@apache.org on 2012/06/04 15:58:53 UTC

svn commit: r1345975 - /incubator/ooo/branches/AOO34/main/writerfilter/source/dmapper/StyleSheetTable.cxx

Author: jsc
Date: Mon Jun  4 13:58:53 2012
New Revision: 1345975

URL: http://svn.apache.org/viewvc?rev=1345975&view=rev
Log:
119161: copy sStyleIdentifierI and sStyleIdentifierD from StyleSheetEntry when constructing a new TableStyleSheetEntry object

Patch by: Jinlong Wu


Modified:
    incubator/ooo/branches/AOO34/main/writerfilter/source/dmapper/StyleSheetTable.cxx

Modified: incubator/ooo/branches/AOO34/main/writerfilter/source/dmapper/StyleSheetTable.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/AOO34/main/writerfilter/source/dmapper/StyleSheetTable.cxx?rev=1345975&r1=1345974&r2=1345975&view=diff
==============================================================================
--- incubator/ooo/branches/AOO34/main/writerfilter/source/dmapper/StyleSheetTable.cxx (original)
+++ incubator/ooo/branches/AOO34/main/writerfilter/source/dmapper/StyleSheetTable.cxx Mon Jun  4 13:58:53 2012
@@ -88,6 +88,8 @@ TableStyleSheetEntry::TableStyleSheetEnt
     sNextStyleIdentifier = rEntry.sNextStyleIdentifier;
     sStyleName = rEntry.sStyleName;
     sStyleName1 = rEntry.sStyleName1;
+	sStyleIdentifierI = rEntry.sStyleIdentifierI;
+	sStyleIdentifierD = rEntry.sStyleIdentifierD;
 
     m_nColBandSize = 1;
     m_nRowBandSize = 1;