diff options
Diffstat (limited to 'svgio')
-rw-r--r-- | svgio/source/svgreader/svgusenode.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgusenode.cxx b/svgio/source/svgreader/svgusenode.cxx index bcde39f53e4a..86692d91c3d7 100644 --- a/svgio/source/svgreader/svgusenode.cxx +++ b/svgio/source/svgreader/svgusenode.cxx @@ -155,7 +155,7 @@ namespace svgio const_cast< SvgNode* >(pXLink)->setAlternativeParent(this); pXLink->decomposeSvgNode(aNewTarget, true); const_cast< SvgNode* >(pXLink)->setAlternativeParent(); - mbDecomposingSvgNode = true; + mbDecomposingSvgNode = false; if(!aNewTarget.empty()) { |