summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgpatternnode.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/svgpatternnode.cxx
parent6cc82cdd702b0167659def3039ac3fe0d87907da (diff)
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
Change-Id: I987fa3f29cb578e44e4022b6c33ae21a0094bfd8
Diffstat (limited to 'svgio/source/svgreader/svgpatternnode.cxx')
-rw-r--r--svgio/source/svgreader/svgpatternnode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgpatternnode.cxx b/svgio/source/svgreader/svgpatternnode.cxx
index 5d57e3486ec1..5bf90ab23154 100644
--- a/svgio/source/svgreader/svgpatternnode.cxx
+++ b/svgio/source/svgreader/svgpatternnode.cxx
@@ -62,7 +62,7 @@ namespace svgio
const SvgStyleAttributes* SvgPatternNode::getSvgStyleAttributes() const
{
- return checkForCssStyle(OUString("pattern"), maSvgStyleAttributes);
+ return checkForCssStyle("pattern", maSvgStyleAttributes);
}
void SvgPatternNode::parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent)