diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-25 23:51:49 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-27 20:53:24 +1000 |
commit | 22790fee9a5c947f1f1dec697a5c021cb02ed5ab (patch) | |
tree | 3705bbcd1d38b58e7bc08a39e7407de104d918a3 /vcl/source/outdev | |
parent | 7b3ff3882dcaa87e62188ef9300d771321998b20 (diff) |
VCL: remove unnecessary linebreaks
Change-Id: Ice7a07337397d9808580c626df023fe39f535651
Diffstat (limited to 'vcl/source/outdev')
-rw-r--r-- | vcl/source/outdev/curvedshapes.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/outdev/curvedshapes.cxx b/vcl/source/outdev/curvedshapes.cxx index fce74a035366..b5b4140f6c24 100644 --- a/vcl/source/outdev/curvedshapes.cxx +++ b/vcl/source/outdev/curvedshapes.cxx @@ -24,7 +24,6 @@ void OutputDevice::DrawEllipse( const Rectangle& rRect ) { - if ( mpMetaFile ) mpMetaFile->AddAction( new MetaEllipseAction( rRect ) ); @@ -71,7 +70,6 @@ void OutputDevice::DrawEllipse( const Rectangle& rRect ) void OutputDevice::DrawArc( const Rectangle& rRect, const Point& rStartPt, const Point& rEndPt ) { - if ( mpMetaFile ) mpMetaFile->AddAction( new MetaArcAction( rRect, rStartPt, rEndPt ) ); @@ -114,7 +112,6 @@ void OutputDevice::DrawArc( const Rectangle& rRect, void OutputDevice::DrawPie( const Rectangle& rRect, const Point& rStartPt, const Point& rEndPt ) { - if ( mpMetaFile ) mpMetaFile->AddAction( new MetaPieAction( rRect, rStartPt, rEndPt ) ); @@ -164,7 +161,6 @@ void OutputDevice::DrawPie( const Rectangle& rRect, void OutputDevice::DrawChord( const Rectangle& rRect, const Point& rStartPt, const Point& rEndPt ) { - if ( mpMetaFile ) mpMetaFile->AddAction( new MetaChordAction( rRect, rStartPt, rEndPt ) ); |