summaryrefslogtreecommitdiff
path: root/vcl/source/filter/wmf/emfwr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/wmf/emfwr.cxx')
-rw-r--r--vcl/source/filter/wmf/emfwr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/wmf/emfwr.cxx b/vcl/source/filter/wmf/emfwr.cxx
index 74ee7462bb6a..385b698636e0 100644
--- a/vcl/source/filter/wmf/emfwr.cxx
+++ b/vcl/source/filter/wmf/emfwr.cxx
@@ -645,7 +645,7 @@ void EMFWriter::ImplWritePolygonRecord( const tools::Polygon& rPoly, bool bClose
return;
if( rPoly.HasFlags() )
- ImplWritePath( rPoly, bClose );
+ ImplWritePath( tools::PolyPolygon(rPoly), bClose );
else
{
if( bClose )