diff options
Diffstat (limited to 'vcl/source/gdi/gdimetafiletools.cxx')
-rw-r--r-- | vcl/source/gdi/gdimetafiletools.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/gdimetafiletools.cxx b/vcl/source/gdi/gdimetafiletools.cxx index 877ca9a302f1..372a1094028a 100644 --- a/vcl/source/gdi/gdimetafiletools.cxx +++ b/vcl/source/gdi/gdimetafiletools.cxx @@ -603,7 +603,7 @@ void clipMetafileContentAgainstOwnRegions(GDIMetaFile& rSource) rRect, pA->GetStartPoint(), pA->GetEndPoint(), - POLY_ARC); + PolyStyle::Arc); bDone = handleGeometricContent( aClips.back(), @@ -629,7 +629,7 @@ void clipMetafileContentAgainstOwnRegions(GDIMetaFile& rSource) rRect, pA->GetStartPoint(), pA->GetEndPoint(), - POLY_PIE); + PolyStyle::Pie); bDone = handleGeometricContent( aClips.back(), @@ -655,7 +655,7 @@ void clipMetafileContentAgainstOwnRegions(GDIMetaFile& rSource) rRect, pA->GetStartPoint(), pA->GetEndPoint(), - POLY_CHORD); + PolyStyle::Chord); bDone = handleGeometricContent( aClips.back(), |