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:
committed by
Caolán McNamara
parent
b0c59c3146
commit
16e6841fcd
@@ -82,6 +82,8 @@ TableStyleSheetEntry::TableStyleSheetEntry( StyleSheetEntry& rEntry, StyleSheetT
|
|||||||
sNextStyleIdentifier = rEntry.sNextStyleIdentifier;
|
sNextStyleIdentifier = rEntry.sNextStyleIdentifier;
|
||||||
sStyleName = rEntry.sStyleName;
|
sStyleName = rEntry.sStyleName;
|
||||||
sStyleName1 = rEntry.sStyleName1;
|
sStyleName1 = rEntry.sStyleName1;
|
||||||
|
sStyleIdentifierI = rEntry.sStyleIdentifierI;
|
||||||
|
sStyleIdentifierD = rEntry.sStyleIdentifierD;
|
||||||
|
|
||||||
m_nColBandSize = 1;
|
m_nColBandSize = 1;
|
||||||
m_nRowBandSize = 1;
|
m_nRowBandSize = 1;
|
||||||
|
Reference in New Issue
Block a user