diff options
author | Xisco Fauli <anistenis@gmail.com> | 2016-02-17 00:25:15 +0100 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-02-17 07:05:10 +0000 |
commit | 7b7ffedfa6357b902a5e354d986dac39a3b2f462 (patch) | |
tree | 346adc5f35fde80079c2fa0834ce27ffd831b74f /svgio/inc | |
parent | dc9ec9f359ddc91a3aedbe38e6079b0555fb03f9 (diff) |
SVGIO: tdf#97539: clip-path elements might contain...
reference to other clip-paths
Change-Id: I0c426c892da2478293b78ea93db087d781275896
Reviewed-on: https://gerrit.libreoffice.org/22411
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svgio/inc')
-rw-r--r-- | svgio/inc/svgio/svgreader/svgstyleattributes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgio/svgreader/svgstyleattributes.hxx b/svgio/inc/svgio/svgreader/svgstyleattributes.hxx index 33258d5dde90..011b5f3bc98f 100644 --- a/svgio/inc/svgio/svgreader/svgstyleattributes.hxx +++ b/svgio/inc/svgio/svgreader/svgstyleattributes.hxx @@ -441,7 +441,7 @@ namespace svgio void setDesc(const OUString& rNew) { maDesc = rNew; } // ClipPathXLink content - const OUString getClipPathXLink() const { return maClipPathXLink; } + OUString getClipPathXLink() const; // MaskXLink content const OUString getMaskXLink() const { return maMaskXLink; } |