diff --git a/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/style/TextStyle.java b/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/style/TextStyle.java index 9ed69922964..d59ebe09b7b 100644 --- a/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/style/TextStyle.java +++ b/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/style/TextStyle.java @@ -59,6 +59,7 @@ public TextStyle(TextStyle style) this.overLine = style.overLine; this.lineThrough = style.lineThrough; this.direction = style.direction; + this.hasHyperlink = style.isHasHyperlink( ); }