diff options
Diffstat (limited to 'svgio/source/svgreader/svgellipsenode.cxx')
-rw-r--r-- | svgio/source/svgreader/svgellipsenode.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgellipsenode.cxx b/svgio/source/svgreader/svgellipsenode.cxx index 283e9da9826b..75e3e28def00 100644 --- a/svgio/source/svgreader/svgellipsenode.cxx +++ b/svgio/source/svgreader/svgellipsenode.cxx @@ -47,8 +47,7 @@ namespace svgio const SvgStyleAttributes* SvgEllipseNode::getSvgStyleAttributes() const { - static rtl::OUString aClassStr(rtl::OUString::createFromAscii("ellipse")); - return checkForCssStyle(aClassStr, maSvgStyleAttributes); + return checkForCssStyle(OUString("ellipse"), maSvgStyleAttributes); } void SvgEllipseNode::parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent) |