summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgcirclenode.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-06 09:37:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-06 09:37:36 +0100
commitc76b97d375024c4dde954fbee31adaa44ad56e3d (patch)
tree203ba31b31437d8efb897ce1bec25a7906d7d266 /svgio/source/svgreader/svgcirclenode.cxx
parent6cc82cdd702b0167659def3039ac3fe0d87907da (diff)
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
Change-Id: I987fa3f29cb578e44e4022b6c33ae21a0094bfd8
Diffstat (limited to 'svgio/source/svgreader/svgcirclenode.cxx')
-rw-r--r--svgio/source/svgreader/svgcirclenode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgcirclenode.cxx b/svgio/source/svgreader/svgcirclenode.cxx
index ee34d2f1cd23..9c38c27bc68a 100644
--- a/svgio/source/svgreader/svgcirclenode.cxx
+++ b/svgio/source/svgreader/svgcirclenode.cxx
@@ -44,7 +44,7 @@ namespace svgio
const SvgStyleAttributes* SvgCircleNode::getSvgStyleAttributes() const
{
- return checkForCssStyle(OUString("circle"), maSvgStyleAttributes);
+ return checkForCssStyle("circle", maSvgStyleAttributes);
}
void SvgCircleNode::parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent)