diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-06-26 13:48:54 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-06-26 22:44:47 +0200 |
commit | 897fce4abd0c731bf697ca1e38a8049f66f9ac7c (patch) | |
tree | 151b75697bb1efaaaf5a897cb741ba8bf18feac7 /svgio/source/svgreader/svglinenode.cxx | |
parent | fb3dfbd57d91307de383d401c1caf4bb0d9029b9 (diff) |
svgio: simplify code
Change-Id: Ie363236a4b2e2d74d583b9f842b48743eefa9d24
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153625
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'svgio/source/svgreader/svglinenode.cxx')
-rw-r--r-- | svgio/source/svgreader/svglinenode.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svglinenode.cxx b/svgio/source/svgreader/svglinenode.cxx index 2fc5e64fc9f9..7f433c7f6fc1 100644 --- a/svgio/source/svgreader/svglinenode.cxx +++ b/svgio/source/svgreader/svglinenode.cxx @@ -41,7 +41,7 @@ namespace svgio::svgreader const SvgStyleAttributes* SvgLineNode::getSvgStyleAttributes() const { - return checkForCssStyle("line", maSvgStyleAttributes); + return checkForCssStyle(maSvgStyleAttributes); } void SvgLineNode::parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent) |