summaryrefslogtreecommitdiffstats
path: root/svgio/source/svgreader/svggradientstopnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svggradientstopnode.cxx')
-rw-r--r--svgio/source/svgreader/svggradientstopnode.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/svgio/source/svgreader/svggradientstopnode.cxx b/svgio/source/svgreader/svggradientstopnode.cxx
index 3a6bfd452dc6..7035be0d2020 100644
--- a/svgio/source/svgreader/svggradientstopnode.cxx
+++ b/svgio/source/svgreader/svggradientstopnode.cxx
@@ -38,9 +38,7 @@ namespace svgio
const SvgStyleAttributes* SvgGradientStopNode::getSvgStyleAttributes() const
{
- OUString aClassStr("stop");
-
- return checkForCssStyle(aClassStr, maSvgStyleAttributes);
+ return checkForCssStyle("stop", maSvgStyleAttributes);
}
void SvgGradientStopNode::parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent)