fixed incorrect assignment in TextObjectRecord.clone()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@809658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
728f88bd92
commit
006806553c
@ -335,7 +335,7 @@ public final class TextObjectRecord extends ContinuableRecord {
|
||||
if (_linkRefPtg != null) {
|
||||
rec._unknownPreFormulaInt = _unknownPreFormulaInt;
|
||||
rec._linkRefPtg = _linkRefPtg.copy();
|
||||
rec._unknownPostFormulaByte = rec._unknownPostFormulaByte;
|
||||
rec._unknownPostFormulaByte = _unknownPostFormulaByte;
|
||||
}
|
||||
return rec;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user