Kaydet (Commit) 85fcf15f authored tarafından Xisco Faulí's avatar Xisco Faulí

Revert "SVGIO: tdf#97539: clip-path elements might contain..."

This reverts commit 7b7ffedf.

Change-Id: I018830e17cb83c5fe3574b76939673877ac2004d
Reviewed-on: https://gerrit.libreoffice.org/22726Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarXisco Faulí <anistenis@gmail.com>
üst af57a81d
...@@ -441,7 +441,7 @@ namespace svgio ...@@ -441,7 +441,7 @@ namespace svgio
void setDesc(const OUString& rNew) { maDesc = rNew; } void setDesc(const OUString& rNew) { maDesc = rNew; }
// ClipPathXLink content // ClipPathXLink content
OUString getClipPathXLink() const; const OUString getClipPathXLink() const { return maClipPathXLink; }
// MaskXLink content // MaskXLink content
const OUString getMaskXLink() const { return maMaskXLink; } const OUString getMaskXLink() const { return maMaskXLink; }
......
...@@ -2659,23 +2659,6 @@ namespace svgio ...@@ -2659,23 +2659,6 @@ namespace svgio
return nullptr; return nullptr;
} }
OUString SvgStyleAttributes::getClipPathXLink() const
{
if(!maClipPathXLink.isEmpty())
{
return maClipPathXLink;
}
const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle();
if(pSvgStyleAttributes)
{
return pSvgStyleAttributes->getClipPathXLink();
}
return OUString();
}
OUString SvgStyleAttributes::getMarkerStartXLink() const OUString SvgStyleAttributes::getMarkerStartXLink() const
{ {
if(!maMarkerStartXLink.isEmpty()) if(!maMarkerStartXLink.isEmpty())
......
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