[Libreoffice-commits] core.git: svgio/source
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Sun Sep 22 21:42:11 UTC 2019
svgio/source/svgreader/svgusenode.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 30c5aead03b10b4dc0497c1d799dbfb903ee140b
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Sun Sep 22 21:46:17 2019 +0200
Commit: Xisco FaulĂ <xiscofauli at libreoffice.org>
CommitDate: Sun Sep 22 23:41:29 2019 +0200
SVGIO: Use correct type for <use> elements
Since it was rebased in 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70
Change-Id: I2845367a9017b24f4623138d5501384e5ed81d7d
Reviewed-on: https://gerrit.libreoffice.org/79359
Tested-by: Jenkins
Reviewed-by: Xisco FaulĂ <xiscofauli at libreoffice.org>
diff --git a/svgio/source/svgreader/svgusenode.cxx b/svgio/source/svgreader/svgusenode.cxx
index a54c9fb46c3e..74b38a3e9b89 100644
--- a/svgio/source/svgreader/svgusenode.cxx
+++ b/svgio/source/svgreader/svgusenode.cxx
@@ -28,7 +28,7 @@ namespace svgio
SvgUseNode::SvgUseNode(
SvgDocument& rDocument,
SvgNode* pParent)
- : SvgNode(SVGTokenG, rDocument, pParent),
+ : SvgNode(SVGTokenUse, rDocument, pParent),
maSvgStyleAttributes(*this),
maX(),
maY(),
More information about the Libreoffice-commits
mailing list