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/svgellipsenode.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/svgellipsenode.cxx')
-rw-r--r-- | svgio/source/svgreader/svgellipsenode.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgellipsenode.cxx b/svgio/source/svgreader/svgellipsenode.cxx index 9b5fa1b061e1..a822ef7134f0 100644 --- a/svgio/source/svgreader/svgellipsenode.cxx +++ b/svgio/source/svgreader/svgellipsenode.cxx @@ -42,7 +42,7 @@ namespace svgio::svgreader const SvgStyleAttributes* SvgEllipseNode::getSvgStyleAttributes() const { - return checkForCssStyle("ellipse", maSvgStyleAttributes); + return checkForCssStyle(maSvgStyleAttributes); } void SvgEllipseNode::parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent) |