diff options
Diffstat (limited to 'emfio/source/reader/mtftools.cxx')
-rw-r--r-- | emfio/source/reader/mtftools.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emfio/source/reader/mtftools.cxx b/emfio/source/reader/mtftools.cxx index 7ffc9c62bafb..b29b0185ff1e 100644 --- a/emfio/source/reader/mtftools.cxx +++ b/emfio/source/reader/mtftools.cxx @@ -73,14 +73,12 @@ namespace emfio void WinMtfClipPath::intersectClipRect( const tools::Rectangle& rRect ) { - maClip.intersectRange( - vcl::unotools::b2DRectangleFromRectangle(rRect)); + maClip.intersectRange(vcl::unotools::b2DRectangleFromRectangle(rRect)); } void WinMtfClipPath::excludeClipRect( const tools::Rectangle& rRect ) { - maClip.subtractRange( - vcl::unotools::b2DRectangleFromRectangle(rRect)); + maClip.subtractRange(vcl::unotools::b2DRectangleFromRectangle(rRect)); } void WinMtfClipPath::setClipPath( const tools::PolyPolygon& rPolyPolygon, sal_Int32 nClippingMode ) |