Kaydet (Commit) 2662df92 authored tarafından Joren De Cuyper's avatar Joren De Cuyper Kaydeden (comit) Caolán McNamara

Fix build: incorrect revertion svgio

Incorrect revertion in commit 3d3401a6

Change-Id: If4abac2670b083ebbc75c2fe06ae9e100072ef00
Reviewed-on: https://gerrit.libreoffice.org/10466Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 5ad06730
...@@ -208,7 +208,7 @@ namespace svgio ...@@ -208,7 +208,7 @@ namespace svgio
return getCssStyleParent(); return getCssStyleParent();
} }
if(mrOwner.getParent()) if(mrOwner.supportsParentStyle() && mrOwner.getParent())
{ {
return mrOwner.getParent()->getSvgStyleAttributes(); return mrOwner.getParent()->getSvgStyleAttributes();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment