svgio/source/svgreader/svgcharacternode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9c93720b5023ac57b5e5d5e63a748e6d953f0a17 Author: Xisco Fauli <[email protected]> Date: Wed Jan 20 18:43:03 2016 +0100 tdf#85770 reuse variable instead of getting it again Change-Id: I268fd695e4cfd91dc8aba2b098911dbd9cf02ad7 Reviewed-on: https://gerrit.libreoffice.org/21639 Tested-by: Jenkins <[email protected]> Reviewed-by: Samuel Mehrbrodt <[email protected]> (cherry picked from commit e941434d98fa1500ad85be3ff59117d62ac8bc24) Reviewed-on: https://gerrit.libreoffice.org/21770 Reviewed-by: jan iversen <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/svgio/source/svgreader/svgcharacternode.cxx b/svgio/source/svgreader/svgcharacternode.cxx index 569a779..855beaa 100644 --- a/svgio/source/svgreader/svgcharacternode.cxx +++ b/svgio/source/svgreader/svgcharacternode.cxx @@ -510,7 +510,7 @@ namespace svgio rSvgTextPosition, rSvgStyleAttributes)); - if(xRef.is() && (Visibility_visible == getSvgStyleAttributes()->getVisibility())) + if(xRef.is() && (Visibility_visible == rSvgStyleAttributes.getVisibility())) { if(!rSvgTextPosition.isRotated()) {
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
