From 7b7ffedfa6357b902a5e354d986dac39a3b2f462 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Wed, 17 Feb 2016 00:25:15 +0100 Subject: 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 Reviewed-by: Noel Grandin --- svgio/inc/svgio/svgreader/svgstyleattributes.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svgio/inc') 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; } -- cgit