[Libreoffice-commits] core.git: filter/source
Stephan Bergmann
sbergman at redhat.com
Fri Jul 1 09:46:24 UTC 2016
filter/source/svg/svgwriter.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3a944846a8460e33fc0cb79f38823e503fb1385c
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Jul 1 11:45:47 2016 +0200
loplugin:defaultparams
Change-Id: I359b7c58fed6343f58a75bc2afedb78ff7c16719
diff --git a/filter/source/svg/svgwriter.cxx b/filter/source/svg/svgwriter.cxx
index 0fe1cd0..0c85260 100644
--- a/filter/source/svg/svgwriter.cxx
+++ b/filter/source/svg/svgwriter.cxx
@@ -2151,7 +2151,7 @@ void SVGActionWriter::ImplCreateClipPathDef( const tools::PolyPolygon& rPolyPoly
mrExport.AddAttribute( XML_NAMESPACE_NONE, aXMLAttrClipPathUnits, "userSpaceOnUse" );
SvXMLElementExport aElemClipPath( mrExport, XML_NAMESPACE_NONE, aXMLElemClipPath, true, true );
- ImplWritePolyPolygon(rPolyPoly, false, true);
+ ImplWritePolyPolygon(rPolyPoly, false);
}
}
More information about the Libreoffice-commits
mailing list