[Libreoffice-commits] core.git: svgio/source
Caolán McNamara
caolanm at redhat.com
Thu Jul 13 15:54:03 UTC 2017
svgio/source/svgreader/svgusenode.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5ef84bde43d7e1166bf296f86fb50e245f951f4f
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Jul 13 16:52:46 2017 +0100
bah, wrong reset
Change-Id: Iaee7f4f038000c7009c9c74b822b7599559f09ca
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())
{
More information about the Libreoffice-commits
mailing list