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
This commit is contained in:
Jürgen Schmidt
2012-06-04 13:04:39 +00:00
committed by Caolán McNamara
parent b0c59c3146
commit 16e6841fcd

View File

@@ -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;