diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-07-15 09:27:10 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-07-15 10:38:08 +0200 |
commit | 242b7d0162d55be0945ca849c3de841fbf6cb475 (patch) | |
tree | a43c676a1a781a46f2b78dbcba0e8922f168f8ae /svgio/source/svgreader/svglinenode.cxx | |
parent | 126067992d7a2b3edc5dd6ce5e896343da537589 (diff) |
svgio: simplify code
Change-Id: I100256b63fadeb4a0e4b8e4cbb67e58d2a1ce433
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137096
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'svgio/source/svgreader/svglinenode.cxx')
-rw-r--r-- | svgio/source/svgreader/svglinenode.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svglinenode.cxx b/svgio/source/svgreader/svglinenode.cxx index d593155fa38c..b49f9c7a46b6 100644 --- a/svgio/source/svgreader/svglinenode.cxx +++ b/svgio/source/svgreader/svglinenode.cxx @@ -50,7 +50,7 @@ namespace svgio::svgreader SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); // read style attributes - maSvgStyleAttributes.parseStyleAttribute(aSVGToken, aContent, false); + maSvgStyleAttributes.parseStyleAttribute(aSVGToken, aContent); // parse own switch(aSVGToken) |